Click here to Skip to main content
15,894,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Height, Width Pin
Richard_Wolf10-Oct-05 7:34
Richard_Wolf10-Oct-05 7:34 
GeneralRe: Height, Width Pin
No-e10-Oct-05 9:19
No-e10-Oct-05 9:19 
QuestionDatePicker Pin
10-Oct-05 4:36
suss10-Oct-05 4:36 
AnswerRe: DatePicker Pin
No-e10-Oct-05 6:13
No-e10-Oct-05 6:13 
QuestionDetailed info is needed regarding IsPostBack() Pin
Nisha8010-Oct-05 1:46
Nisha8010-Oct-05 1:46 
AnswerRe: Detailed info is needed regarding IsPostBack() Pin
Christian Graus10-Oct-05 2:02
protectorChristian Graus10-Oct-05 2:02 
GeneralRe: Detailed info is needed regarding IsPostBack() Pin
Nisha8010-Oct-05 22:25
Nisha8010-Oct-05 22:25 
GeneralRe: Detailed info is needed regarding IsPostBack() Pin
Tom John10-Oct-05 23:52
Tom John10-Oct-05 23:52 
IsPostBack is a property of the WebForm, not a function. It is used to determine whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.

<br />
        If IsPostBack() Then<br />
            'Page is being loaded in response to a client postback<br />
        Else<br />
            'Page is being loaded and accessed for the first time<br />
        End If<br />


Hope this helps

Tom
GeneralRe: Detailed info is needed regarding IsPostBack() Pin
Nisha8011-Oct-05 0:17
Nisha8011-Oct-05 0:17 
QuestionOpen Folder from string Pin
japel10-Oct-05 0:51
japel10-Oct-05 0:51 
AnswerRe: Open Folder from string Pin
Christian Graus10-Oct-05 2:03
protectorChristian Graus10-Oct-05 2:03 
GeneralRe: Open Folder from string Pin
japel10-Oct-05 2:12
japel10-Oct-05 2:12 
GeneralWorked Great Thanks Pin
japel10-Oct-05 2:19
japel10-Oct-05 2:19 
QuestionDeploying VB.Net Application on laptop Pin
Member 2546259-Oct-05 23:48
Member 2546259-Oct-05 23:48 
AnswerRe: Deploying VB.Net Application on laptop Pin
Steve Pullan10-Oct-05 14:00
Steve Pullan10-Oct-05 14:00 
GeneralRe: Deploying VB.Net Application on laptop Pin
Anonymous10-Oct-05 19:25
Anonymous10-Oct-05 19:25 
GeneralRe: Deploying VB.Net Application on laptop Pin
rwestgraham10-Oct-05 20:56
rwestgraham10-Oct-05 20:56 
GeneralRe: Deploying VB.Net Application on laptop Pin
Anonymous11-Oct-05 0:34
Anonymous11-Oct-05 0:34 
GeneralRe: Deploying VB.Net Application on laptop Pin
Dave Kreskowiak11-Oct-05 3:42
mveDave Kreskowiak11-Oct-05 3:42 
QuestionCrystal Report [ 8 &amp; 9 ] in VB .NET Pin
asif4ever4u9-Oct-05 23:05
asif4ever4u9-Oct-05 23:05 
QuestionApplication container Pin
matsnas9-Oct-05 22:50
matsnas9-Oct-05 22:50 
AnswerRe: Application container Pin
Dave Kreskowiak10-Oct-05 15:34
mveDave Kreskowiak10-Oct-05 15:34 
GeneralRe: Application container Pin
matsnas10-Oct-05 18:02
matsnas10-Oct-05 18:02 
AnswerRe: Application container Pin
vertig073011-Oct-05 8:50
vertig073011-Oct-05 8:50 
Generallogical difference Pin
himanshu_softin9-Oct-05 22:47
himanshu_softin9-Oct-05 22:47 

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.