Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Aneesh_Argent
Forum: ASP.NET Mar 19th, 2009
Replies: 3
Solved: upload image
Views: 1,102
Posted By Aneesh_Argent
Try this:


protected void Button1_Click(object sender, EventArgs e)
{
if(FileUpload1.HasFile)
{
string fileName = FileUpload1.FileName;
string...
Forum: ASP.NET Feb 17th, 2009
Replies: 3
Views: 559
Posted By Aneesh_Argent
I dont think there is a built in method to get selected ItemsCollection only. Even if there is one, the algorithm would be the same as yours. So it wont solve the performance issue. One way to do...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC