Click here to Skip to main content
15,897,371 members

Comments by Chiranthaka Sampath (Top 200 by date)

Chiranthaka Sampath 16-Nov-20 1:54am View    
From your point of view, what am I missing here?
Chiranthaka Sampath 7-Apr-18 5:06am View    
Once I execute the ASP.Net Form, I will type the values into the text boxes and after that I will click on the 'OK' button. At that point I want to pass the values in the text boxes to the JavaScript function. Triggering the JavaScript() function from code behind have achieved with ScriptManager. But still the alert shows the values as null.

JavScript() is in the head tag
Chiranthaka Sampath 5-Jan-18 6:12am View    
I have put this statement in JavaSwingFirstExample(){} and it works fine. Thanks for the quick response.
Chiranthaka Sampath 20-Aug-17 2:41am View    
Hi OriginalGriff,

Thanks for the snippet. You were correct my statement was not affecting the Table. So that I have looked into the SQL statement again & found that the issue is with it. Below is the updated SQL statement.

SqlComm = new SqlCommand("DELETE FROM MyDataTable WHERE DataID LIKE @DataID", SqlConn);

Thanks for your help!
Chiranthaka Sampath 13-Aug-17 12:48pm View    
Problem solved. Many thanks for your help!