all groups > asp.net > august 2007 > threads for sunday august 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Change gridview from Update to Normal mode.
Posted by pvong at 8/5/2007 11:40:25 PM
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.
... more >>
ClientScript.RegisterClientScriptInclude -
Posted by Dariusz TomoƱ at 8/5/2007 10:50:34 PM
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.RegisterClientScriptInclude(Page.GetType(),"swfobject.js","swfobj... more >>
How to show lookup text in asp.net
Posted by Thammarat charoenchai. at 8/5/2007 10:45:03 PM
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 webpage to user?
anyone help me & thanksyou
sorry about my english :D ... more >>
Authentication How to
Posted by ThatsIT.net.au at 8/5/2007 10:43:05 PM
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, if the do I show data. But wondered if ASP.Net would let me do this in
... more >>
discussion: has someone built an super-enhanced dataLIST control
Posted by kenfine NO[at]SPAM nospam.nospam at 8/5/2007 10:31:20 PM
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, and the
ASP.NET 2.0 GridView is not too shabby.
In contrast, the level... more >>
newbie SQL Server 2005 connection question
Posted by SpaceMarine at 8/5/2007 9:48:11 PM
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; database=MyDb;
Integrated Security=SSPI;" />
....however, this con... more >>
label displays in 2 lines
Posted by Ganesh at 8/5/2007 8:37:34 PM
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 into 2. i cant
figure out this problem. is it bug in the vs.net 2005 and ... more >>
GridView and Edit of current row
Posted by Bill Gower at 8/5/2007 4:04:49 PM
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 and update form controls. How do I know in the RowCommand what the
cu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Insert Graphic
Posted by dancer at 8/5/2007 12:27:17 PM
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?
... more >>
Getting "The resource cannot be found" using href=
Posted by Tony Girgenti at 8/5/2007 10:48:33 AM
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 line that
has the link:
<div class="readmore"><a href="/CoyneWebServices... more >>
Gridview - Pull value from one cell in one row
Posted by pvong at 8/5/2007 10:17:35 AM
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 off
the Update command because I want to write my own update command. ... more >>
|