Click here to Skip to main content
15,901,505 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCreating folder in outlook 2003 conacts Pin
M LN Rao27-Nov-07 18:26
M LN Rao27-Nov-07 18:26 
Questionsystem time Pin
mukesh.mr0327-Nov-07 18:03
mukesh.mr0327-Nov-07 18:03 
AnswerRe: system time Pin
soni uma27-Nov-07 18:09
soni uma27-Nov-07 18:09 
AnswerRe: system time Pin
_AK_27-Nov-07 18:13
_AK_27-Nov-07 18:13 
AnswerRe: system time Pin
Sun Rays27-Nov-07 18:15
Sun Rays27-Nov-07 18:15 
QuestionWhen i press enter key in textbox control ,buttons event gets call. Pin
coolsatty27-Nov-07 17:17
coolsatty27-Nov-07 17:17 
QuestionWeb Server Control and Property Pin
Adoremi27-Nov-07 16:37
Adoremi27-Nov-07 16:37 
AnswerRe: Web Server Control and Property Pin
Venkatesh Mookkan27-Nov-07 18:01
Venkatesh Mookkan27-Nov-07 18:01 
Declare a Enum which would have your property options in the property window.

Set the Type of your property to the Enum.

Eg.

Public Enum ControlViewStyle
    None = 0
    Single = 1
    Double = 3
End Enum

Public Property ControlView() As ControlViewStyle
    Get
        //Return Value
    End Get
    Set (ByVal value As ControlViewStyle)
        //Set Value
    End Set
End Property


Try and Let me know...


Regards,
Venkatesh Mookkan.
Software Engineer, India
My: Website | Yahoo Group | Blog Spot

QuestionUse of Login in the Toolbox Pin
Venkatesh Mookkan27-Nov-07 16:33
Venkatesh Mookkan27-Nov-07 16:33 
GeneralRe: Use of Login in the Toolbox Pin
Sam Xavier9-Dec-07 23:05
Sam Xavier9-Dec-07 23:05 
Questionblock internet Pin
biren6127-Nov-07 13:39
biren6127-Nov-07 13:39 
AnswerRe: block internet Pin
Colin Angus Mackay27-Nov-07 14:11
Colin Angus Mackay27-Nov-07 14:11 
QuestionBind with GridView Pin
johnmuthu27-Nov-07 8:14
johnmuthu27-Nov-07 8:14 
AnswerRe: Bind with GridView Pin
pmarfleet27-Nov-07 8:43
pmarfleet27-Nov-07 8:43 
QuestionRe: Bind with GridView Pin
Venkatesh Mookkan27-Nov-07 16:24
Venkatesh Mookkan27-Nov-07 16:24 
QuestionHow to get text From Page1 to Page2? Pin
Zeeshan Ahmed Memon27-Nov-07 4:54
Zeeshan Ahmed Memon27-Nov-07 4:54 
AnswerRe: How to get text From Page1 to Page2? Pin
SABhatti27-Nov-07 5:09
SABhatti27-Nov-07 5:09 
AnswerRe: How to get text From Page1 to Page2? Pin
pmarfleet27-Nov-07 5:10
pmarfleet27-Nov-07 5:10 
Questionrole vs. membership providers Pin
garymcintyre27-Nov-07 4:39
garymcintyre27-Nov-07 4:39 
AnswerRe: role vs. membership providers Pin
szukuro27-Nov-07 5:22
szukuro27-Nov-07 5:22 
QuestionUrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 4:30
Big Ralph27-Nov-07 4:30 
AnswerRe: UrGeNt: How to clone a table? Pin
leckey27-Nov-07 4:40
leckey27-Nov-07 4:40 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph27-Nov-07 21:16
Big Ralph27-Nov-07 21:16 
GeneralRe: UrGeNt: How to clone a table? Pin
leckey28-Nov-07 2:46
leckey28-Nov-07 2:46 
GeneralRe: UrGeNt: How to clone a table? Pin
Big Ralph28-Nov-07 3:08
Big Ralph28-Nov-07 3:08 

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.