Click here to Skip to main content
15,888,251 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsubmit form in asp.net Pin
buffering836-Dec-10 14:21
buffering836-Dec-10 14:21 
AnswerRe: submit form in asp.net Pin
Manfred Rudolf Bihy6-Dec-10 14:37
professionalManfred Rudolf Bihy6-Dec-10 14:37 
Questionweb application version Pin
Jassim Rahma6-Dec-10 1:45
Jassim Rahma6-Dec-10 1:45 
AnswerRe: web application version Pin
Hiren solanki6-Dec-10 2:16
Hiren solanki6-Dec-10 2:16 
AnswerRe: web application version Pin
Brij6-Dec-10 2:43
mentorBrij6-Dec-10 2:43 
AnswerRe: web application version Pin
Muhammad Mazhar7-Dec-10 4:16
Muhammad Mazhar7-Dec-10 4:16 
Questiondetermine the file name Pin
Jassim Rahma6-Dec-10 1:43
Jassim Rahma6-Dec-10 1:43 
AnswerRe: determine the file name Pin
Hiren solanki6-Dec-10 2:14
Hiren solanki6-Dec-10 2:14 
string sPath = System.Web.HttpContext.Current.Request.Url.AbsolutePath; 
    System.IO.FileInfo oInfo = new System.IO.FileInfo(sPath); 
    string sRet = oInfo.Name; 
    return sRet; 

Regards,
Hiren.
Microsoft Dynamics CRM


"The difference between the impossible and the possible lies in a person's determination" - Tommy Lasorda

Questionclear everything!!! Pin
Jassim Rahma6-Dec-10 1:37
Jassim Rahma6-Dec-10 1:37 
QuestionRe: clear everything!!! Pin
musefan6-Dec-10 2:14
musefan6-Dec-10 2:14 
AnswerRe: clear everything!!! Pin
musefan6-Dec-10 3:16
musefan6-Dec-10 3:16 
AnswerRe: clear everything!!! Pin
thatraja6-Dec-10 2:28
professionalthatraja6-Dec-10 2:28 
AnswerRe: clear everything!!! Pin
T M Gray7-Dec-10 8:20
T M Gray7-Dec-10 8:20 
Questionregarding design of a div or iframe Pin
Tridip Bhattacharjee6-Dec-10 1:11
professionalTridip Bhattacharjee6-Dec-10 1:11 
Questionhide ajax files Pin
Morgs Morgan5-Dec-10 23:58
Morgs Morgan5-Dec-10 23:58 
AnswerRe: hide ajax files Pin
NeverHeardOfMe6-Dec-10 1:07
NeverHeardOfMe6-Dec-10 1:07 
AnswerRe: hide ajax files Pin
Muhammad Mazhar7-Dec-10 4:20
Muhammad Mazhar7-Dec-10 4:20 
AnswerRe: hide ajax files Pin
T M Gray7-Dec-10 8:14
T M Gray7-Dec-10 8:14 
QuestionThe handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh5-Dec-10 20:10
Bajrang Singh5-Dec-10 20:10 
AnswerRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Abhijit Jana5-Dec-10 20:31
professionalAbhijit Jana5-Dec-10 20:31 
AnswerRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
T M Gray7-Dec-10 10:20
T M Gray7-Dec-10 10:20 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh7-Dec-10 21:52
Bajrang Singh7-Dec-10 21:52 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
T M Gray8-Dec-10 3:59
T M Gray8-Dec-10 3:59 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh8-Dec-10 18:54
Bajrang Singh8-Dec-10 18:54 
Questionto get value of template control in ultrawebgrid Pin
priyagee5-Dec-10 19:09
priyagee5-Dec-10 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.