Forum: ASP.NET Mar 13th, 2008 |
| Replies: 5 Views: 3,675 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,675 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: C# Mar 12th, 2008 |
| Replies: 3 Views: 1,908 my problem has been solved.i used update query instead of insert. |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 3 Views: 3,650 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,650 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,185 thanx alot. it solved my problem. |
Forum: C# Mar 10th, 2008 |
| Replies: 3 Views: 1,908 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 Mar 10th, 2008 |
| Replies: 2 Views: 1,185 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: C# Jan 13th, 2008 |
| Replies: 3 Views: 3,107 I found help for uploading images.
But i have drawn an image using GDI+ and i want to save that image. |
Forum: C# Jan 11th, 2008 |
| Replies: 3 Views: 3,107 how to save an image drawn with GDI+ to sql 2005 database? |
Forum: C# Dec 29th, 2007 |
| Replies: 29 Views: 12,082 How do we convert it into C# web forms?
can you please help me in converting dd1_SelectedIndexChanged for web form.Plz help me. |
Forum: C# Dec 17th, 2007 |
| Replies: 2 Views: 3,060 But what to do in C# web forms?Actually im working with web form so kindly help me. |
Forum: C# Dec 15th, 2007 |
| Replies: 2 Views: 3,060 hi
im having problem in retreiving data in text box in C# web form.i have a combobox and a textbox.i have successfully populated combobox with data from SQL table.there are 2 tables namely employee... |
Forum: C# Nov 25th, 2007 |
| Replies: 2 Views: 1,201 it happened by mistaken.sorry 4 that. |
Forum: C# Nov 25th, 2007 |
| Replies: 1 Views: 504 ive already posted my problem about drawing circles and connecting them...my work is being delayed due to this problem.kindly help me out of this.. |
Forum: IT Professionals' Lounge Nov 23rd, 2007 |
| Replies: 1 Views: 6,215 ths year i purchased LG R400 but i got recoverycd with it. y dont u ask it from Lg support center. |
Forum: ASP.NET Nov 23rd, 2007 |
| Replies: 3 Views: 1,153 |
Forum: C# Nov 23rd, 2007 |
| Replies: 6 Views: 2,286 Bmp.Save(Response.OutputStream, ImageFormat.Gif);
The graphic is saved to the OutputStream and therefore it is displayed in the web page when you compile the application and you have a Gif file. |
Forum: ASP.NET Nov 23rd, 2007 |
| Replies: 0 Views: 670 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... |
Forum: C# Nov 23rd, 2007 |
| Replies: 6 Views: 2,286 have u tried this:
Bmp1.Save(Response.OutputStream, ImageFormat.Gif); |
Forum: C# Nov 23rd, 2007 |
| Replies: 3 Views: 50,283 can we connect these randomly drawn circles. |
Forum: C# Nov 23rd, 2007 |
| Replies: 3 Views: 10,661 How can we connect circles dynamically while taking imput from the user.e.g if user asks to connect circle 4 with circle 2 and circle2? |
Forum: C# Nov 23rd, 2007 |
| Replies: 2 Views: 1,201 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... |
Forum: C# Nov 23rd, 2007 |
| Replies: 1 Views: 1,113 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... |