Click here to Skip to main content
15,917,618 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: gridview control in asp.net 2.0 Pin
Imran Khan Pathan22-Jul-08 19:39
Imran Khan Pathan22-Jul-08 19:39 
AnswerRe: gridview control in asp.net 2.0 Pin
Sherin Iranimose22-Jul-08 19:46
Sherin Iranimose22-Jul-08 19:46 
Question[Message Deleted] Pin
amit.jha22-Jul-08 18:14
amit.jha22-Jul-08 18:14 
AnswerRe: How to Unload a dynamically created assembly Pin
Sam Xavier22-Jul-08 21:05
Sam Xavier22-Jul-08 21:05 
QuestionAccess ASX in crossdomain [modified] Pin
VickyC#22-Jul-08 15:12
VickyC#22-Jul-08 15:12 
Question[Newbie] deploiment problem. [modified] Pin
Super Lloyd22-Jul-08 6:36
Super Lloyd22-Jul-08 6:36 
AnswerRe: [Newbie] deploiment problem. Pin
coolestCoder22-Jul-08 7:04
coolestCoder22-Jul-08 7:04 
GeneralRe: [Newbie] deploiment problem. [modified] Pin
Super Lloyd22-Jul-08 12:58
Super Lloyd22-Jul-08 12:58 
Questionvalidator not showing Pin
Harikrk22-Jul-08 6:13
Harikrk22-Jul-08 6:13 
AnswerRe: validator not showing Pin
Sherin Iranimose22-Jul-08 6:45
Sherin Iranimose22-Jul-08 6:45 
GeneralRe: validator not showing Pin
Harikrk22-Jul-08 17:58
Harikrk22-Jul-08 17:58 
AnswerRe: validator not showing Pin
shames(Sam)22-Jul-08 19:11
shames(Sam)22-Jul-08 19:11 
GeneralRe: validator not showing Pin
Harikrk22-Jul-08 20:29
Harikrk22-Jul-08 20:29 
Question[Newbie] Publishing with VS.NET... (2008) Pin
Super Lloyd22-Jul-08 6:04
Super Lloyd22-Jul-08 6:04 
QuestionLOSING DETAILS VIEW WHEN USING LISTVIEW ON SAME PAGE Pin
excaliber22-Jul-08 5:59
excaliber22-Jul-08 5:59 
Questionupload image on image button click Pin
gottimukkala22-Jul-08 5:28
gottimukkala22-Jul-08 5:28 
Hi I want to upload an image but I should not use <asp:fileupload control="" since="" it="" shows="" a="" text="" box="" and="" button.="" but="" i="" want="" to="" upload="" file="" on="" button="" click="" or="" image="" click.="" xmlns:asp="#unknown">

I was using

<asp:fileupload id="UserImageUpload" runat="server" width="250" cssclass="uploadImage">

to upload an image and the code behind uses this control to send the uploadButtonEventArgs to one of other methods.

But now I need a single image button to upload an image on the click of image button

doXtop.Framework.UI.Controls.UploadButtonEventArgs uploadButtonControl = new doXtop.Framework.UI.Controls.UploadButtonEventArgs(this.UserImageUpload);

if (!string.IsNullOrEmpty(uploadButtonControl.FileUploadControl.PostedFile.FileName))
this.UploadUserImage(uploadButtonControl);



Any Ideas please!!!
QuestionPerformance issue Pin
attalurisubbu22-Jul-08 4:43
attalurisubbu22-Jul-08 4:43 
Questionerror in code of file Global.asax Pin
ManiMughal22-Jul-08 4:27
ManiMughal22-Jul-08 4:27 
AnswerRe: error in code of file Global.asax Pin
coolestCoder22-Jul-08 6:57
coolestCoder22-Jul-08 6:57 
QuestionASP.net session conflict Pin
mys122-Jul-08 3:57
mys122-Jul-08 3:57 
QuestionUnable to upload with file Upload Control Pin
satyaanand.andra@gmail.com22-Jul-08 3:41
satyaanand.andra@gmail.com22-Jul-08 3:41 
AnswerRe: Unable to upload with file Upload Control Pin
windhopper22-Jul-08 4:08
windhopper22-Jul-08 4:08 
GeneralRe: Unable to upload with file Upload Control Pin
shames(Sam)22-Jul-08 19:04
shames(Sam)22-Jul-08 19:04 
QuestionApi for sending sms Pin
manoj2218422-Jul-08 3:26
manoj2218422-Jul-08 3:26 
AnswerRe: Api for sending sms Pin
eyeseetee22-Jul-08 4:49
eyeseetee22-Jul-08 4:49 

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.