Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: case structure in vb.net!!! Pin
Michael Sync16-Aug-07 20:30
Michael Sync16-Aug-07 20:30 
Second one is correct.

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


It depend on what this variable got. dim keyin as integer

My example ~

Private Sub ToolStrip1_ItemClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles ToolStrip1.ItemClicked<br />
        Select Case e.ClickedItem.Text<br />
            Case "&New" : MessageBox.Show("this is New")<br />
            Case "&Open" : MessageBox.Show("this is New")<br />
        End Select<br />
    End Sub<br />
<br />


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

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 
GeneralRe: FileUpload control Pin
Imran Khan Pathan16-Aug-07 20:40
Imran Khan Pathan16-Aug-07 20:40 

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.