Forum: ASP.NET Jan 15th, 2007 |
| Replies: 5 Views: 6,450 -------------------------------------------------------
well you can add an attribute to a button in Page_Load so a javascript function is fired to show you the message box:
... |
Forum: ASP.NET Jan 15th, 2007 |
| Replies: 2 Views: 5,513 I am developing a multi file uploader user control.
after researching for it. the trick is to build a custom HttpHandler to perform the upload process from the context.request.files.
here is the... |
Forum: JavaScript / DHTML / AJAX Dec 20th, 2006 |
| Replies: 2 Views: 1,453 I am developing a page with many of AJAX methods.
what i want to do is, inside a javascript function, there is a loop. inside this loop i want to call the AJAX methods and retrieve the response... |
Forum: ASP.NET Dec 18th, 2006 |
| Replies: 2 Views: 2,150 hey all,
i am developing a user control which will show a hidden div for uploading files. the idea is to upload multiple file at once. does anyone knows how to do that ?
thanks...
NOTE:... |
Forum: JavaScript / DHTML / AJAX Dec 10th, 2006 |
| Replies: 0 Views: 1,564 hey all,
i'm trying to get the item index of a datagrid item using javascript. does anyone knows how to do that ?
P.S: i dont want to use them ItemCommand or any method in the code behind.... |
Forum: ASP.NET Dec 5th, 2006 |
| Replies: 2 Views: 1,035 Hey,
if anyone has an idea of how to increase performance of a web application (ASP.NET). by means of deployment not code. |
Forum: IT Professionals' Lounge Nov 29th, 2006 |
| Replies: 1 Views: 1,538 hey all,
i want to create a web farm for a web application.
how can i do that ? can anyone help me? |
Forum: ASP.NET Nov 23rd, 2006 |
| Replies: 0 Views: 2,096 hey all,
i have an ASP.NET application which was developed under VS2003. the application has a project for webservices, now i'm trying to convert it to VS2005 using the migration guide (you can... |
Forum: ASP.NET Nov 19th, 2006 |
| Replies: 4 Views: 6,247 No still it does not work. |
Forum: ASP.NET Nov 19th, 2006 |
| Replies: 4 Views: 6,247 yes i'm using I.E 6. it was working before but suddenly the problem appeared. |
Forum: ASP.NET Nov 16th, 2006 |
| Replies: 4 Views: 6,247 Hey all,
I'm developing a Reports module for an application. anyway, i'm dynamically generating tables and adding them inside an existing DIV which has the following style :
<DIV... |
Forum: C# Nov 1st, 2006 |
| Replies: 1 Views: 5,848 Hey all,
I got this problem regarding storing array of bytes (Length=589824) inside an XML document.
i tried using a memory stream and it did not work.
i also tried the following lines of... |
Forum: C# Oct 29th, 2006 |
| Replies: 1 Views: 2,399 Hi all,
I am new to image processing :rolleyes: . what i want to do is read the header section of an image of any type (jpg,bmp,gif ...etc) and show it on the screen. then save the header in a... |