Click here to Skip to main content
15,899,562 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Performing Calulations Upon Data Pin
Pete O'Hanlon5-Dec-07 10:53
mvePete O'Hanlon5-Dec-07 10:53 
QuestionGridView - Urgent Pin
Kavita5-Dec-07 5:20
Kavita5-Dec-07 5:20 
GeneralRe: GridView - Urgent Pin
Paul McGann5-Dec-07 5:39
professionalPaul McGann5-Dec-07 5:39 
GeneralRe: GridView - Urgent Pin
cisco21035-Dec-07 5:42
cisco21035-Dec-07 5:42 
QuestionRe: GridView - Urgent Pin
Kavita5-Dec-07 22:43
Kavita5-Dec-07 22:43 
AnswerRe: GridView - Urgent Pin
sukkureddy27-May-08 20:32
sukkureddy27-May-08 20:32 
GeneralASP placeholder control: Spaces between divs Pin
edukulla5-Dec-07 5:19
edukulla5-Dec-07 5:19 
GeneralUpdatePanel issue Pin
cisco21035-Dec-07 4:38
cisco21035-Dec-07 4:38 
I have a gridView with has a textbox in each row. When I click my adjust button I add up all the textboxes and if they don't equal 1 I set a bolean and show a alert message. This works when the page does a full postback but when I throw a updatePanel around my grid and set up triggers its doesn't and gives me a unexpected javaScript Error.

Any help will be appreciated.

Here's a snippet.

Protected Sub btnAdjust_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnAdjust.Click
'Validate that the yield are 1
YieldValidation()
If BolValid = False Then

ScriptManager.RegisterStartupScript(Me.Page, Me.GetType, "alert", "alert('Yields must equal 1. Your total is " & yieldTotal & ".')", True)
'Page.ClientScript.RegisterClientScriptBlock(Page.GetType, "alert", "alert('Yields must equal 1. Your total is " & yieldTotal & ".')", True)

End If
End Sub
GeneralRe: UpdatePanel issue Pin
cisco21035-Dec-07 6:13
cisco21035-Dec-07 6:13 
GeneralAccessing other site from portal Pin
rp_suman5-Dec-07 4:34
rp_suman5-Dec-07 4:34 
GeneralCreate ASPX pages on the fly Pin
coolestCoder5-Dec-07 4:22
coolestCoder5-Dec-07 4:22 
GeneralRe: Create ASPX pages on the fly Pin
Ken Mazaika5-Dec-07 13:23
Ken Mazaika5-Dec-07 13:23 
GeneralIntegrating with Active Directory Pin
edukulla5-Dec-07 4:19
edukulla5-Dec-07 4:19 
Generalhi Crystal report Error Pin
wasimsharp5-Dec-07 4:19
wasimsharp5-Dec-07 4:19 
GeneralAccess EventArgs from PageLoad Pin
Mircea Grelus5-Dec-07 3:16
Mircea Grelus5-Dec-07 3:16 
GeneralRe: Access EventArgs from PageLoad Pin
Sathesh Sakthivel5-Dec-07 3:23
Sathesh Sakthivel5-Dec-07 3:23 
GeneralRe: Access EventArgs from PageLoad Pin
Mircea Grelus5-Dec-07 3:31
Mircea Grelus5-Dec-07 3:31 
GeneralRe: Access EventArgs from PageLoad Pin
Sathesh Sakthivel5-Dec-07 3:34
Sathesh Sakthivel5-Dec-07 3:34 
GeneralRe: Access EventArgs from PageLoad Pin
Guffa5-Dec-07 8:16
Guffa5-Dec-07 8:16 
GeneralRe: Access EventArgs from PageLoad Pin
Mircea Grelus5-Dec-07 11:46
Mircea Grelus5-Dec-07 11:46 
Questionhow to fill cells ( one by one ) in GridView through dataset wich is in loop ( one dataset for one cell) Pin
manish.singhal5-Dec-07 2:47
manish.singhal5-Dec-07 2:47 
AnswerRe: how to fill cells ( one by one ) in GridView through dataset wich is in loop ( one dataset for one cell) Pin
Sathesh Sakthivel5-Dec-07 2:54
Sathesh Sakthivel5-Dec-07 2:54 
GeneralButton apperance.. Pin
A AntonySP5-Dec-07 1:17
A AntonySP5-Dec-07 1:17 
GeneralRe: Button apperance.. Pin
Sathesh Sakthivel5-Dec-07 2:05
Sathesh Sakthivel5-Dec-07 2:05 
GeneralRe: Button apperance.. Pin
martin_hughes5-Dec-07 4:59
martin_hughes5-Dec-07 4:59 

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.