Click here to Skip to main content
15,890,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net Pin
N a v a n e e t h16-Aug-07 19:57
N a v a n e e t h16-Aug-07 19:57 
AnswerRe: asp.net Pin
koolprasad200317-Aug-07 0:42
professionalkoolprasad200317-Aug-07 0:42 
QuestionBrowser compatibility Error Pin
nandhububbly16-Aug-07 19:33
nandhububbly16-Aug-07 19:33 
AnswerRe: Browser compatibility Error Pin
Michael Sync16-Aug-07 20:31
Michael Sync16-Aug-07 20:31 
GeneralRe: Browser compatibility Error Pin
nandhububbly16-Aug-07 20:39
nandhububbly16-Aug-07 20:39 
GeneralRe: Browser compatibility Error [modified] Pin
Michael Sync16-Aug-07 21:09
Michael Sync16-Aug-07 21:09 
GeneralRe: Browser compatibility Error [modified] Pin
nandhububbly16-Aug-07 21:57
nandhububbly16-Aug-07 21:57 
Questioncase structure in vb.net!!! [modified] Pin
Rharzkie16-Aug-07 19:31
Rharzkie16-Aug-07 19:31 
in my project, i use toolbar toolbar in my buttons...i used case structure for the functions of each buttons in the toolbar but theres an error in it...

my codes goes like this:

Select Case<br />
Case 0<br />
Dim subjects As New subjects<br />
subjects.Show()<br />
Me.Hide()<br />
Case 1<br />
Dim file_maintenance As New file_maintenance<br />
file_maintenance.Show()<br />
Me.Hide()<br />
Case 2<br />
Dim grade_entry As New grade_entry<br />
grade_entry.Show()<br />
Me.Hide()<br />
End Select

is this code correct???

or this:

dim keyin as integer<br />
Select Case keyIn<br />
Case 0<br />
Dim subjects As New subjects<br />
subjects.Show()<br />
Me.Hide()<br />
Case 1<br />
Dim file_maintenance As New file_maintenance<br />
file_maintenance.Show()<br />
Me.Hide()<br />
Case 2<br />
Dim grade_entry As New grade_entry<br />
grade_entry.Show()<br />
Me.Hide()<br />
End Select<br />



in the first code, there is an error so i can't run my program...

in the other code, the 1st button is only functioning...

what is the really correct code for this???
AnswerRe: case structure in vb.net!!! Pin
Michael Sync16-Aug-07 20:30
Michael Sync16-Aug-07 20:30 
GeneralRe: case structure in vb.net!!! Pin
Rharzkie16-Aug-07 20:39
Rharzkie16-Aug-07 20:39 
GeneralRe: case structure in vb.net!!! Pin
Michael Sync16-Aug-07 21:13
Michael Sync16-Aug-07 21:13 
GeneralRe: case structure in vb.net!!! Pin
Rharzkie16-Aug-07 20:48
Rharzkie16-Aug-07 20:48 
GeneralRe: case structure in vb.net!!! Pin
Michael Sync16-Aug-07 21:14
Michael Sync16-Aug-07 21:14 
GeneralRe: case structure in vb.net!!! Pin
Rharzkie17-Aug-07 20:17
Rharzkie17-Aug-07 20:17 
GeneralRe: case structure in vb.net!!! Pin
Michael Sync18-Aug-07 7:24
Michael Sync18-Aug-07 7:24 
QuestionGridview in asp.net 2.0 Pin
Milind Panchal16-Aug-07 19:16
Milind Panchal16-Aug-07 19:16 
AnswerRe: Gridview in asp.net 2.0 Pin
nandhububbly16-Aug-07 19:28
nandhububbly16-Aug-07 19:28 
GeneralRe: Gridview in asp.net 2.0 Pin
N a r e s h P a t e l16-Aug-07 19:30
N a r e s h P a t e l16-Aug-07 19:30 
GeneralRe: Gridview in asp.net 2.0 Pin
Milind Panchal16-Aug-07 19:31
Milind Panchal16-Aug-07 19:31 
GeneralRe: Gridview in asp.net 2.0 Pin
N a r e s h P a t e l16-Aug-07 19:38
N a r e s h P a t e l16-Aug-07 19:38 
AnswerRe: Gridview in asp.net 2.0 Pin
nandhububbly16-Aug-07 19:41
nandhububbly16-Aug-07 19:41 
GeneralRe: Gridview in asp.net 2.0 Pin
N a r e s h P a t e l16-Aug-07 19:57
N a r e s h P a t e l16-Aug-07 19:57 
GeneralRe: Gridview in asp.net 2.0 Pin
Milind Panchal17-Aug-07 19:14
Milind Panchal17-Aug-07 19:14 
QuestionFileUpload control Pin
Imran Khan Pathan16-Aug-07 19:01
Imran Khan Pathan16-Aug-07 19:01 
AnswerRe: FileUpload control Pin
Michael Sync16-Aug-07 20:21
Michael Sync16-Aug-07 20:21 

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.