Forum: ASP.NET Mar 13th, 2008 |
| Replies: 5 Views: 3,745 ive used the correct button id. rest of my code including code for javascript alert is working well without any error.but im not getting any alerts. |
Forum: ASP.NET Mar 12th, 2008 |
| Replies: 5 Views: 3,745 how to use javascript alert in C# web forms?
im using this:
Button.attributes.Add("onClick","javascript:alert('data saved successfully')");
but its not working.
i searched for it on internet but... |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 3 Views: 3,732 its still not working.
the values are updated in the database but alert is not displyed. |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 3 Views: 3,732 Im using VS 2005 for web application.Im using message boxes but they are not working.i dont know what's the problem with my code.
if (drff.Read())
{
... |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 2 Views: 1,203 thanx alot. it solved my problem. |
Forum: ASP.NET Mar 10th, 2008 |
| Replies: 2 Views: 1,203 hi, im using VS.net 2005 for developing a web application.im using stored procedure for inserting records into database.i want to insert time and task for a selcetd employee but its not working.... |
Forum: ASP.NET Nov 23rd, 2007 |
| Replies: 3 Views: 1,171 |
Forum: ASP.NET Nov 23rd, 2007 |
| Replies: 0 Views: 671 Hi all,
Im having some problem in my application .i want to take input of tasks and preceding activities. What I want to do is to draw circles for the given number of tasks and connect them... |