Forum: C# Mar 12th, 2008 |
| Replies: 3 Views: 1,991 my problem has been solved.i used update query instead of insert. |
Forum: C# Mar 10th, 2008 |
| Replies: 3 Views: 1,991 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,207 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,207 how to save an image drawn with GDI+ to sql 2005 database? |
Forum: C# Dec 29th, 2007 |
| Replies: 29 Views: 12,438 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,185 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,185 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,268 it happened by mistaken.sorry 4 that. |
Forum: C# Nov 25th, 2007 |
| Replies: 1 Views: 512 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: C# Nov 23rd, 2007 |
| Replies: 6 Views: 2,376 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: C# Nov 23rd, 2007 |
| Replies: 6 Views: 2,376 have u tried this:
Bmp1.Save(Response.OutputStream, ImageFormat.Gif); |
Forum: C# Nov 23rd, 2007 |
| Replies: 3 Views: 51,379 can we connect these randomly drawn circles. |
Forum: C# Nov 23rd, 2007 |
| Replies: 3 Views: 11,132 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,268 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,136 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... |