- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
on a delete button click . just find the picture by finding file throurgh server.mappath. then check if(hasfile) { file.delete. } and refresh the page.
u should do it like this,on button click event. int i=convert.toint32(tex1.text); text2.text=i+1;
MAke a linkbutton with name 'clear' on its button event handler just blank all text boxes resides on the page.
fileUpload1.SaveAs(Server.MapPath(“~/uploads/”) + System.IO.Path.GetFilename(fileUpload1.FileName));
fileUpload1.SaveAs(Server.MapPath(“~/uploads/”) + System.IO.Path.GetFilename(fileUpload1.FileName));
response.redirect is used for redirecting the file that resides in web application. to redirect focus on client's local file , u have to find the file location , by find file through server.mappath.then redirect it through response.redirect.
Use grid inbuild event of grid to response.redirect 2 the new page, i m new for destop application , so cant be sure about to open the new form in windows application. but i think it will wrk .
[QUOTE=new_programmer;1303585]Hi all, I have no idea about C#. I know that its a good language +****************************************************+ | I DON'T NEED ANY HYPERLINKS( EXCEPT:Good Sites) | +*****************************************************+ My questions are the following ------------------------------- 1. What is the difference between C#, C++,VB.NEt? 2. What is .Net , is C# and C++ .Net …
Hell frinds I want to know the basic that are availble in C# or .net to shortened the code. so any suggestion that are available , u are requested to tell. any suggesion will be welcome. I amd talking suggestion like clone and copy methods in which one is use …
The End.
Shilpakmthn