Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is programming from diagrams a good idea? (new application) Pin
Expert Coming5-Mar-08 19:39
Expert Coming5-Mar-08 19:39 
GeneralProblem with get values from IFRAME Pin
c#ivan5-Mar-08 12:01
c#ivan5-Mar-08 12:01 
GeneralRe: Problem with get values from IFRAME Pin
Expert Coming5-Mar-08 19:27
Expert Coming5-Mar-08 19:27 
GeneralRe: Problem with get values from IFRAME Pin
c#ivan7-Mar-08 11:18
c#ivan7-Mar-08 11:18 
QuestionGridview template field. I have to click Update twice for edit mode. how can i make it work with single click? Pin
Dong Kim5-Mar-08 11:23
Dong Kim5-Mar-08 11:23 
GeneralRe: Gridview template field. I have to click Update twice for edit mode. how can i make it work with single click? Pin
N.Surendra Prasad6-Mar-08 23:39
N.Surendra Prasad6-Mar-08 23:39 
QuestionRe: Gridview template field. I have to click Update twice for edit mode. how can i make it work with single click? Pin
Dong Kim7-Mar-08 4:34
Dong Kim7-Mar-08 4:34 
GeneralRe: Gridview template field. I have to click Update twice for edit mode. how can i make it work with single click? Pin
N.Surendra Prasad9-Mar-08 20:22
N.Surendra Prasad9-Mar-08 20:22 
Assume the following is your gridview rowediting event

private sub gridview_rowediting()
'this will be your code.
gridview.editindex = e.neweditindex();
'call the function which loads your data - see be Smile | :) low
loadData()
end sub

'This is the function which loads data in your grid.
private sub loadData()
query = "select * from ..."
.
.
.
gridview.datasource = dataTable
gridview.databind()
end sub
Questionhow to validate check box? Pin
Dong Kim5-Mar-08 11:15
Dong Kim5-Mar-08 11:15 
GeneralRe: how to validate check box? Pin
Christian Graus5-Mar-08 11:27
protectorChristian Graus5-Mar-08 11:27 
QuestionRe: how to validate check box? Pin
Dong Kim5-Mar-08 12:37
Dong Kim5-Mar-08 12:37 
GeneralRe: how to validate check box? Pin
P Tagore Srinivas Dhanunjay5-Mar-08 21:02
P Tagore Srinivas Dhanunjay5-Mar-08 21:02 
GeneralRead data from customers session Pin
AlexeiXX35-Mar-08 10:41
AlexeiXX35-Mar-08 10:41 
GeneralRe: Read data from customers session Pin
Christian Graus5-Mar-08 10:54
protectorChristian Graus5-Mar-08 10:54 
GeneralRe: Read data from customers session Pin
AlexeiXX35-Mar-08 13:22
AlexeiXX35-Mar-08 13:22 
GeneralHTML errors solving while migrating Pin
umashankergr85-Mar-08 8:31
umashankergr85-Mar-08 8:31 
GeneralRe: HTML errors solving while migrating Pin
pmarfleet5-Mar-08 9:09
pmarfleet5-Mar-08 9:09 
Questionjavascript:window.open, won't Pin
goodideadave5-Mar-08 7:48
goodideadave5-Mar-08 7:48 
GeneralWrong forum Pin
pmarfleet5-Mar-08 9:02
pmarfleet5-Mar-08 9:02 
GeneralRe: Wrong forum Pin
goodideadave5-Mar-08 10:03
goodideadave5-Mar-08 10:03 
GeneralRe: Wrong forum Pin
pmarfleet5-Mar-08 10:09
pmarfleet5-Mar-08 10:09 
GeneralRe: Wrong forum Pin
Guffa5-Mar-08 10:50
Guffa5-Mar-08 10:50 
GeneralRe: Wrong forum Pin
Christian Graus5-Mar-08 11:05
protectorChristian Graus5-Mar-08 11:05 
GeneralRe: Wrong forum Pin
goodideadave5-Mar-08 12:10
goodideadave5-Mar-08 12:10 
QuestionHow to create a folder dynamically and upload file in that folder using ASP.NET 2.0(C#) Pin
Chakouri5-Mar-08 6:07
Chakouri5-Mar-08 6:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.