Click here to Skip to main content
15,896,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: error while binding date Pin
dandamudi padma11-Nov-07 23:51
dandamudi padma11-Nov-07 23:51 
QuestionHow to set the Default Export FormatType in crystal reports? Pin
jmavn11-Nov-07 20:51
jmavn11-Nov-07 20:51 
AnswerRe: How to set the Default Export FormatType in crystal reports? Pin
Michael Sync11-Nov-07 21:04
Michael Sync11-Nov-07 21:04 
GeneralRe: How to set the Default Export FormatType in crystal reports? Pin
jmavn11-Nov-07 21:23
jmavn11-Nov-07 21:23 
QuestionGridView Pin
half-life11-Nov-07 20:45
half-life11-Nov-07 20:45 
AnswerRe: GridView Pin
varshavmane11-Nov-07 21:14
varshavmane11-Nov-07 21:14 
GeneralRe: GridView Pin
half-life12-Nov-07 2:31
half-life12-Nov-07 2:31 
QuestionCall javascript Pin
John Gathogo11-Nov-07 20:33
John Gathogo11-Nov-07 20:33 
This is the nature my problem. Am loading some javascript on Page_Load using RegisterClientScriptBlock.
In the body of a function in my code behind, am looping through the rows in a grid view as I validate some values as follows:

For Each row As GridViewRow In MyGrid.Rows()
If row.Cells(0).Text = ""
'''''I WANT TO CALL A JAVASCRIPT FUNCTION THAT WILL DISPLAY A MESSAGE'''''
End If
Next

Help me know how I can call the javascript funtion that was loaded at Page Load. My searches on the web appear only to give me examples of how I can associate the javascript function with an event, say the click of a button.

Thanks in advance.
AnswerRe: Call javascript Pin
varshavmane11-Nov-07 21:17
varshavmane11-Nov-07 21:17 
QuestionHow to create Wikis with ASP.Net. Pin
Prateek G11-Nov-07 20:09
Prateek G11-Nov-07 20:09 
AnswerRe: How to create Wikis with ASP.Net. Pin
Michael Sync11-Nov-07 20:16
Michael Sync11-Nov-07 20:16 
GeneralRe: How to create Wikis with ASP.Net. Pin
Prateek G11-Nov-07 20:36
Prateek G11-Nov-07 20:36 
QuestionWill it be possible to get similar product price programmatically? Pin
krishnaveer11-Nov-07 20:02
krishnaveer11-Nov-07 20:02 
AnswerRe: Will it be possible to get similar product price programmatically? Pin
Michael Sync11-Nov-07 20:25
Michael Sync11-Nov-07 20:25 
GeneralRe: Will it be possible to get similar product price programmatically? Pin
krishnaveer11-Nov-07 20:31
krishnaveer11-Nov-07 20:31 
GeneralRe: Will it be possible to get similar product price programmatically? Pin
Michael Sync11-Nov-07 20:37
Michael Sync11-Nov-07 20:37 
GeneralRe: Will it be possible to get similar product price programmatically? Pin
krishnaveer11-Nov-07 23:05
krishnaveer11-Nov-07 23:05 
Questiondifference between .net framework1.1 and .net framework2.0 Pin
saravanan0511-Nov-07 20:00
saravanan0511-Nov-07 20:00 
AnswerRe: difference between .net framework1.1 and .net framework2.0 Pin
Michael Sync11-Nov-07 20:05
Michael Sync11-Nov-07 20:05 
JokeRe: difference between .net framework1.1 and .net framework2.0 Pin
Vasudevan Deepak Kumar11-Nov-07 21:26
Vasudevan Deepak Kumar11-Nov-07 21:26 
AnswerI know the answer !!! Pin
Christian Graus11-Nov-07 21:35
protectorChristian Graus11-Nov-07 21:35 
QuestionThere is any project file in .net2005? Pin
yesu prakash11-Nov-07 19:38
yesu prakash11-Nov-07 19:38 
AnswerRe: There is any project file in .net2005? Pin
Michael Sync11-Nov-07 19:48
Michael Sync11-Nov-07 19:48 
Questionhow i can get the values of the grid view into textboxes Pin
jagan12311-Nov-07 18:28
jagan12311-Nov-07 18:28 
AnswerRe: how i can get the values of the grid view into textboxes Pin
varshavmane11-Nov-07 18:34
varshavmane11-Nov-07 18:34 

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.