Having problems with Formview and data Refreshing
(1 messages)
Date: Mon, 6 Aug 2007 12:17:05 +0500
I have a formview which is being bound through an object datasource (custom
BLL). Every time the forview posts back all values get refreshed. The
binding is being done declaratively.
--
<a href="http://1pakistangifts ...
|
refresh an updatePanel in an other updatePanel
(4 messages)
Date: Mon, 06 Aug 2007 00:09:02 -0700
Hye,
I've got some problems in developping web sites with Visual Studio
2005 (ASP.net & C#) and the Microsoft Ajax library.
In my webpage
default.aspx
I've got 2 update panels
The 1rst contains all my components ...
|
Invalid postback or callback argument. problem
(1 messages)
Date: Mon, 06 Aug 2007 00:01:07 -0700
Hi everyone,
I am trying to create conrol dynamically. i am using the following
code..inside pageload
if (!IsPostBack)
{
string qry_fwd = qry.Substring(qry.IndexOf("and"));
Session["qry_fwd"] ...
|
Asp.Net Tips & Tricks
(2 messages)
Date: Mon, 06 Aug 2007 00:01:01 -0700
hi
check http://aspnet-tips-tricks.blogspot.com/ for tips and tricks
and if u konw more site for asp.net please help me.
Thanks
...
|
discussion: has someone built an super-enhanced dataLIST control
(2 messages)
Date: Sun, 5 Aug 2007 22:31:20 -0700
I use a variety of controls made by a variety of vendors, including
Microsoft.
In general the level of development on gridview-like presentational controls
is very impressive. Telerik, Inc's r.a.d.Grid is spectacular ...
|
Change gridview from Update to Normal mode.
(4 messages)
Date: Sun, 5 Aug 2007 23:40:25 -0400
VB.NET
How do you change a gridview from Update mode to normal mode? I'm usually
dealing for Formviews and there is a ChangeMode option but I don't see one
for Gridviews.
...
|
Is there "event-based" server side asynchronous web method pattern?
(1 messages)
Date: Sun, 05 Aug 2007 18:47:07 -0700
Since ASP.NET 2.0, asynchronous web service client can be implemented
with event-based pattern, instead of original BeginXXX/EndXXX pattern.
However, I didn't find any material about event-based server side
asynchronous web ...
|
Unable to place controls in layout grid cells
(1 messages)
Date: Sun, 5 Aug 2007 23:11:43 +0100
Hello,
When I do the following:
- create a layout grid by going 'Layout' > 'Insert Table';
- accept the default settings (3 x 3 grid);
- drag a text box from the toolbox on the centre cell of the grid (i.e. at
row ...
|
Need example of Security FormAuthenicationTicket
(1 messages)
Date: Sun, 5 Aug 2007 17:56:09 -0400
I am using the Login Control in my Web app. In the OnAuthenticate event, I
call a ValidateUser method to validate users stored in a SQL Server
database. I then set the Authenticated property appropriately and call the ...
|
newbie SQL Server 2005 connection question
(2 messages)
Date: Sun, 05 Aug 2007 21:48:11 -0000
hello,
i have a SQL Server instance running on a server. i have an ASP.NET
application running locally on my dev machine. in my app's web.config
i have this connection string:
<add key="connStr" value="server=MYSERVER; ...
|
|
ClientScript.RegisterClientScriptInclude -
(10 messages)
Date: Sun, 5 Aug 2007 22:50:34 +0200
Hello,
I'd like to include JS from C# code (ASP.NET 2.0). I'm trying not directly
from i.e. default.aspx.cs code but from a class belonging to DLL, which is
referred in my project.
The code is as follow:
Page.ClientScript ...
|
GridView and Edit of current row
(2 messages)
Date: Sun, 5 Aug 2007 16:04:49 -0400
I have a GridView with an edit button. When the user clicks 'Edit', I want
to display the information in a form and allow the user to edit the
information. I have a RowCommand event in which I take the data from the
row ...
|
label displays in 2 lines
(2 messages)
Date: Sun, 5 Aug 2007 20:37:34 +0100
Hi There,
I use formview control, i placed a label called phone no in the table
column. The cell got enought space to hold all value of phone no. But what
happens if ther is any space in the phone number it splitted ...
|
Insert Graphic
(13 messages)
Date: Sun, 5 Aug 2007 12:27:17 -0400
Using ASP.net 1.1
I have a graphic I sliced in Photoshop. I would like to insert that into an
asp.net file.
Who knows how?
...
|
How to show lookup text in asp.net
(3 messages)
Date: Sun, 5 Aug 2007 22:45:03 +0700
Hi.
I'm newbie to asp.net
now i can use gridview to show data from sqldatasource.
But I wonder How to show lookup field data.
like
get parameter from querystring name "pid" (ProductID) and show ProductName
in ...
|
Getting "The resource cannot be found" using href=
(11 messages)
Date: Sun, 5 Aug 2007 10:48:33 -0400
Hello.
I have an ASP.NET 2.0 web site with a master page that works fine when i
test it in VS2005, but when i upload it to a live isp site, it gives the
error at the end of this post for one of the links. Here is the ...
|
Authentication How to
(2 messages)
Date: Sun, 5 Aug 2007 22:43:05 +0800
I want to not display or display parts of a page depending on
authentication. I have a work around for this that I used in classic asp. I
set permissions of a text file, then ask if user has permission on that text
file ...
|
How to constrain webpart movement across WebpartZones?
(1 messages)
Date: Sun, 05 Aug 2007 07:37:10 -0700
We have a ASP .NET 2.0 app that has a header, left nav and center. We
want to provide a design mode so that the left nav and center can be
interchanged. Also the header can be dragged and brought down as the
footer.
How ...
|
Gridview - Pull value from one cell in one row
(5 messages)
Date: Sun, 5 Aug 2007 10:17:35 -0400
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net.
I have a simple gridview and when the user hits the Edit link, the gridview
changes to edit mode. I replaced the Textboxes with labels and I turn ...
|
web hosting limits: ways in ASP.NET to allow connection to remote database systems?
(6 messages)
Date: Sat, 4 Aug 2007 21:24:27 -0700
I recently signed up for shared web hosting with a commercial hosting
service (GoDaddy.com) and was awed to discover that although a generous SQL
Server database package is included, there is not an easy way to connect ...
|