Click here to Skip to main content
15,881,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionupdate pannel creating problem Pin
Krazy Programmer2-Sep-08 0:52
Krazy Programmer2-Sep-08 0:52 
AnswerRe: update pannel creating problem Pin
Blue_Boy2-Sep-08 1:36
Blue_Boy2-Sep-08 1:36 
QuestionRole and Authorization [modified] Pin
Mogaambo2-Sep-08 0:40
Mogaambo2-Sep-08 0:40 
AnswerRe: Role and Authorization Pin
Ebube2-Sep-08 1:10
Ebube2-Sep-08 1:10 
Questiontransaction in vb.net Pin
Ebube2-Sep-08 0:12
Ebube2-Sep-08 0:12 
AnswerRe: transaction in vb.net Pin
Blue_Boy2-Sep-08 0:15
Blue_Boy2-Sep-08 0:15 
GeneralRe: transaction in vb.net Pin
Ebube2-Sep-08 0:58
Ebube2-Sep-08 0:58 
Questiontransaction in vb.net Pin
Ebube2-Sep-08 0:12
Ebube2-Sep-08 0:12 
pls i want the following line of code to fail or success at the same time. any idea pls


objtrial.insertregistration(Me.txtdistid.Text,Me.txtsurname.Text,Me.txtfirstname.Text)

If sponsid.ToLower.Trim.Equals("tradebay") Then
'Exit Sub
Else
levelid = 1
achieved = 1
Do
If Not objtrial.getResidual(sponsid, levelid, ymonth) Then
objtrial.insertresidual(sponsid, levelid, achieved, ymonth)

Else
objtrial.updateresidual(sponsid, levelid, achieved, month)
End If
levelid = levelid + 1
sponsid = objtrial.getsponsorID(sponsid)
Loop While Not (sponsid.Trim.ToLower.Trim.Equals("tthe"))
End If
QuestionOpen password protected excel file using vb .net Pin
S.Aijaz1-Sep-08 23:30
S.Aijaz1-Sep-08 23:30 
QuestionEmail to Inbox, Not Spam Pin
Ayorinde Banjo1-Sep-08 22:39
Ayorinde Banjo1-Sep-08 22:39 
AnswerRe: Email to Inbox, Not Spam Pin
AhsanS1-Sep-08 22:53
AhsanS1-Sep-08 22:53 
AnswerRe: REPOST ALERT!! Pin
eyeseetee1-Sep-08 23:01
eyeseetee1-Sep-08 23:01 
QuestionHide Close Button of IE windows Pin
harunbagwan1-Sep-08 22:38
harunbagwan1-Sep-08 22:38 
AnswerRe: Hide Close Button of IE windows Pin
Abhijit Jana1-Sep-08 22:55
professionalAbhijit Jana1-Sep-08 22:55 
AnswerRe: Hide Close Button of IE windows Pin
eyeseetee1-Sep-08 23:03
eyeseetee1-Sep-08 23:03 
QuestionRe: Hide Close Button of IE windows Pin
BalasubramanianK1-Sep-08 23:37
BalasubramanianK1-Sep-08 23:37 
AnswerRe: Hide Close Button of IE windows Pin
eyeseetee2-Sep-08 0:38
eyeseetee2-Sep-08 0:38 
GeneralRe: Hide Close Button of IE windows Pin
BalasubramanianK2-Sep-08 0:54
BalasubramanianK2-Sep-08 0:54 
QuestionCaching Pin
BalasubramanianK1-Sep-08 20:50
BalasubramanianK1-Sep-08 20:50 
AnswerRe: Caching Pin
AhsanS1-Sep-08 20:56
AhsanS1-Sep-08 20:56 
GeneralRe: Caching Pin
BalasubramanianK1-Sep-08 21:30
BalasubramanianK1-Sep-08 21:30 
AnswerRe: Caching Pin
Sathesh Sakthivel1-Sep-08 21:12
Sathesh Sakthivel1-Sep-08 21:12 
GeneralRe: Caching Pin
BalasubramanianK1-Sep-08 21:33
BalasubramanianK1-Sep-08 21:33 
AnswerRe: Caching Pin
Blue_Boy1-Sep-08 21:37
Blue_Boy1-Sep-08 21:37 
GeneralRe: Caching Pin
BalasubramanianK1-Sep-08 22:55
BalasubramanianK1-Sep-08 22:55 

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.