Click here to Skip to main content
15,903,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Insert Query problem Pin
Vasudevan Deepak Kumar21-Apr-08 5:33
Vasudevan Deepak Kumar21-Apr-08 5:33 
QuestionHow to get Text Box value from grid Pin
sjs4u21-Apr-08 1:10
sjs4u21-Apr-08 1:10 
AnswerRe: How to get Text Box value from grid Pin
eyeseetee21-Apr-08 1:22
eyeseetee21-Apr-08 1:22 
GeneralRe: How to get Text Box value from grid Pin
sjs4u21-Apr-08 1:33
sjs4u21-Apr-08 1:33 
AnswerRe: How to get Text Box value from grid Pin
Ashish Sehajpal21-Apr-08 4:22
Ashish Sehajpal21-Apr-08 4:22 
QuestionCreating a generic library of web controls Pin
KeziahN21-Apr-08 0:56
KeziahN21-Apr-08 0:56 
GeneralRe: Creating a generic library of web controls Pin
Paddy Boyd21-Apr-08 2:19
Paddy Boyd21-Apr-08 2:19 
QuestionRe: Creating a generic library of web controls Pin
KeziahN21-Apr-08 5:02
KeziahN21-Apr-08 5:02 
Thanks for replying to my post. I've tried creating a class and inheriting from the fileupload control (for example) but how do I create a control that contains both a file upload and a custom button?

I even tried adding the extra button through code (see below for example):

Protected Friend WithEvents MyButton As System.Web.UI.WebControls.Button

Public Sub New()

MyButton = New System.Web.UI.WebControls.Button
MyButton.Text = "test"
MyButton.Width = 100

Me.Controls.Add(MyButton)

End Sub

Can you suggest a solution? Do I need to add some code in the RenderContents sub?

Thanks.
GeneralWant to add a webservice in my .net application Pin
indian14321-Apr-08 0:45
indian14321-Apr-08 0:45 
GeneralRe: Want to add a webservice in my .net application Pin
kanavgupta21-Apr-08 20:06
kanavgupta21-Apr-08 20:06 
GeneralRe: Want to add a webservice in my .net application Pin
indian14323-Apr-08 8:01
indian14323-Apr-08 8:01 
Generalupdating problem in gridview Pin
Miss Maheshwari21-Apr-08 0:44
Miss Maheshwari21-Apr-08 0:44 
GeneralRe: updating problem in gridview Pin
eyeseetee21-Apr-08 0:52
eyeseetee21-Apr-08 0:52 
GeneralASP.NET -> Ajax And Comet - Braindump Pin
James Simpson21-Apr-08 0:36
James Simpson21-Apr-08 0:36 
GeneralRe: ASP.NET -> Ajax And Comet - Braindump Pin
ChrisKo21-Apr-08 6:13
ChrisKo21-Apr-08 6:13 
GeneralRe: ASP.NET -> Ajax And Comet - Braindump Pin
James Simpson21-Apr-08 22:51
James Simpson21-Apr-08 22:51 
Questionhow to send mail using .net with c# Pin
sugunavathysubramanian20-Apr-08 23:57
sugunavathysubramanian20-Apr-08 23:57 
AnswerRe: how to send mail using .net with c# Pin
eyeseetee21-Apr-08 0:33
eyeseetee21-Apr-08 0:33 
GeneralRe: how to send mail using .net with c# Pin
sugunavathysubramanian21-Apr-08 20:19
sugunavathysubramanian21-Apr-08 20:19 
GeneralInvalid postback or callback argument Pin
dabuskol20-Apr-08 23:32
dabuskol20-Apr-08 23:32 
GeneralRe: Invalid postback or callback argument Pin
eyeseetee20-Apr-08 23:44
eyeseetee20-Apr-08 23:44 
QuestionTracking URL of the Opened Window. Pin
kanavgupta20-Apr-08 23:18
kanavgupta20-Apr-08 23:18 
GeneralRe: Tracking URL of the Opened Window. Pin
eyeseetee20-Apr-08 23:46
eyeseetee20-Apr-08 23:46 
GeneralRe: Tracking URL of the Opened Window. Pin
kanavgupta21-Apr-08 3:09
kanavgupta21-Apr-08 3:09 
GeneralRe: Tracking URL of the Opened Window. Pin
eyeseetee21-Apr-08 4:12
eyeseetee21-Apr-08 4:12 

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.