Click here to Skip to main content
15,898,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNeed help to update excel file using oledb Pin
RaghuSanta13-Oct-06 0:21
RaghuSanta13-Oct-06 0:21 
Answerupdate excel file using oledb Pin
RaghuSanta13-Oct-06 1:09
RaghuSanta13-Oct-06 1:09 
QuestionChanging 'Look and Feel' and 'Text' of Browse button which we get from FileUpload Control Pin
Soniya_k12-Oct-06 23:02
Soniya_k12-Oct-06 23:02 
AnswerRe: Changing 'Look and Feel' and 'Text' of Browse button which we get from FileUpload Control Pin
Guffa13-Oct-06 6:54
Guffa13-Oct-06 6:54 
GeneralRe: Changing 'Look and Feel' and 'Text' of Browse button which we get from FileUpload Control Pin
Soniya_k13-Oct-06 20:29
Soniya_k13-Oct-06 20:29 
Questionarray of datasets Pin
max_dev2006@yahoo.com12-Oct-06 21:19
max_dev2006@yahoo.com12-Oct-06 21:19 
AnswerRe: array of datasets Pin
rah_sin13-Oct-06 0:10
professionalrah_sin13-Oct-06 0:10 
QuestionDescription of property in property window [modified] Pin
Nitin198112-Oct-06 21:15
Nitin198112-Oct-06 21:15 
Hi all! I want to show description of the property(of a user control) in the property dialog box in Visual Studio. I tried to use following code Text1 property is showing in the property box but but default value and its description are not there. Any idea to how to fix it?


Bindable(True), DefaultValue("Nitin"), Description("Text value of the text box"), Category("Misc"), Browsable(True) _

'Above line was not showing properly here so I remove < at the start & > at end

Public Property Text1() As String
Get
Return TextBox1.Text
End Get
Set(ByVal value As String)
TextBox1.Text = value
End Set
End Property


Thanks
AnswerRe: Description of property in property window Pin
e-laj13-Oct-06 10:03
e-laj13-Oct-06 10:03 
QuestionNew Window.Open Pin
kirthikirthi12-Oct-06 20:52
kirthikirthi12-Oct-06 20:52 
AnswerRe: New Window.Open Pin
Exelioindia12-Oct-06 21:10
Exelioindia12-Oct-06 21:10 
GeneralRe: New Window.Open Pin
kirthikirthi12-Oct-06 21:43
kirthikirthi12-Oct-06 21:43 
AnswerRe: New Window.Open Pin
tha.karthik12-Oct-06 21:35
tha.karthik12-Oct-06 21:35 
GeneralRe: New Window.Open Pin
kirthikirthi12-Oct-06 22:39
kirthikirthi12-Oct-06 22:39 
GeneralRe: New Window.Open Pin
I A Khan13-Oct-06 3:51
I A Khan13-Oct-06 3:51 
Questionmerging web server state Pin
max_dev2006@yahoo.com12-Oct-06 20:31
max_dev2006@yahoo.com12-Oct-06 20:31 
Questionhow to access the files present in private folders Pin
King Shez12-Oct-06 20:23
King Shez12-Oct-06 20:23 
QuestionHow to make upoaded files secure ? Pin
King Shez12-Oct-06 20:17
King Shez12-Oct-06 20:17 
QuestionUrgent plz..How to bind Controls in Repeater Control Pin
Exelioindia12-Oct-06 20:15
Exelioindia12-Oct-06 20:15 
AnswerRe: Urgent plz..How to bind Controls in Repeater Control Pin
minhpc_bk13-Oct-06 0:58
minhpc_bk13-Oct-06 0:58 
Questionhow ot make uploaded files secure ? Pin
King Shez12-Oct-06 20:13
King Shez12-Oct-06 20:13 
QuestionProblem: Extract the Zip file Pin
Amit Agarrwal12-Oct-06 19:53
Amit Agarrwal12-Oct-06 19:53 
AnswerRe: Problem: Extract the Zip file Pin
minhpc_bk13-Oct-06 0:49
minhpc_bk13-Oct-06 0:49 
QuestionIFRAME Need Help! Pin
_mubashir12-Oct-06 19:33
_mubashir12-Oct-06 19:33 
QuestionTreeView State Between Postback Pin
perlmunger12-Oct-06 18:33
perlmunger12-Oct-06 18:33 

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.