Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for orville

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.

Member Avatar for samee1985
0
89
Member Avatar for yousafc#

u should do it like this,on button click event. int i=convert.toint32(tex1.text); text2.text=i+1;

Member Avatar for ddanbe
0
141
Member Avatar for bhagawatshinde

MAke a linkbutton with name 'clear' on its button event handler just blank all text boxes resides on the page.

Member Avatar for Shilpakmthn
0
82
Member Avatar for rksh
Member Avatar for Shilpakmthn
0
226
Member Avatar for bharanidharanit

fileUpload1.SaveAs(Server.MapPath(“~/uploads/”) + System.IO.Path.GetFilename(fileUpload1.FileName));

Member Avatar for Shilpakmthn
0
205
Member Avatar for cocoll

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.

Member Avatar for Shilpakmthn
0
2K
Member Avatar for hirenpatel53

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 .

Member Avatar for Geekitygeek
0
84
Member Avatar for new_programmer

[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 …

Member Avatar for Shilpakmthn
1
202
Member Avatar for Shilpakmthn

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 …

0
59

The End.