Click here to Skip to main content
15,920,576 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionApplication level storage or file read Pin
Glenn E. Lanier II23-Apr-07 11:48
Glenn E. Lanier II23-Apr-07 11:48 
QuestionAccessing tags on a Master page [modified] Pin
Alaric_23-Apr-07 10:23
professionalAlaric_23-Apr-07 10:23 
AnswerRe: Accessing tags on a Master page Pin
szukuro23-Apr-07 22:44
szukuro23-Apr-07 22:44 
GeneralRe: Accessing tags on a Master page Pin
Alaric_24-Apr-07 9:03
professionalAlaric_24-Apr-07 9:03 
Questioncalling stored proc in a loop Pin
drequinox23-Apr-07 9:58
drequinox23-Apr-07 9:58 
AnswerRe: calling stored proc in a loop Pin
Christian Graus23-Apr-07 11:07
protectorChristian Graus23-Apr-07 11:07 
AnswerRe: calling stored proc in a loop Pin
Colin Angus Mackay23-Apr-07 11:47
Colin Angus Mackay23-Apr-07 11:47 
GeneralRe: calling stored proc in a loop Pin
drequinox23-Apr-07 23:51
drequinox23-Apr-07 23:51 
Many thanks for your reply
This is what I am doing, in debug it stays at the first number which I selected, and dimcellnumber has just first char of listitemvalue in it...
dont know what to do, I think I am little new in it...
regards


dim mobilecellnumber as string
Protected Sub cmdAssignNorth_Click(ByVal sender As Object, ByVal e As System.EventArgs)

If lstMobGroup.SelectedValue Is Nothing Then
Exit Sub
End If

For Each mobileCellnumber In LstNorth.SelectedValue
Dim cmdAssign As New DataSet1TableAdapters.DepotsTableAdapter
retvalue = CType(cmdAssign.sp_MM_AllocateToMobGroup(lstMobGroup.SelectedValue, LstNorth.SelectedValue), Integer)
Next
If retvalue = 1 Then
strStatus = "Success"
labelstat.Visible = True
labelstat.Text = "Operation Succeeded"
labelstat.Text = LstNorth.SelectedValue

ElseIf retvalue = 2 Then
strStatus = "Fail"
labelstat.Visible = True
labelstat.Text = "Operation Failed"
End If


End Sub
Questionconn string property Pin
Hasan Ali23-Apr-07 7:43
Hasan Ali23-Apr-07 7:43 
GeneralStop spamming the forum. Pin
Guffa23-Apr-07 8:49
Guffa23-Apr-07 8:49 
AnswerRe: conn string property Pin
Christian Graus23-Apr-07 11:08
protectorChristian Graus23-Apr-07 11:08 
QuestionBarCode Generation Pin
adnanrafiq23-Apr-07 6:43
adnanrafiq23-Apr-07 6:43 
AnswerRe: BarCode Generation Pin
Christian Graus23-Apr-07 11:15
protectorChristian Graus23-Apr-07 11:15 
QuestionMissing Properties Pin
Goudax23-Apr-07 5:32
Goudax23-Apr-07 5:32 
QuestionHow to Receive and Send Payment TO QuickBooks 2005 Pin
Software_Guy_12323-Apr-07 5:20
Software_Guy_12323-Apr-07 5:20 
Questiondatatable manuplation Pin
Hasan Ali23-Apr-07 5:03
Hasan Ali23-Apr-07 5:03 
AnswerRe: datatable manuplation Pin
Hasan Ali23-Apr-07 5:04
Hasan Ali23-Apr-07 5:04 
QuestionHow to write code for CreateUserWizard1 control ? Pin
Care Career23-Apr-07 3:20
Care Career23-Apr-07 3:20 
Questionchanging url of browser Pin
Imran Khan Pathan23-Apr-07 3:02
Imran Khan Pathan23-Apr-07 3:02 
AnswerRe: changing url of browser Pin
_AK_23-Apr-07 19:52
_AK_23-Apr-07 19:52 
Questionlogin form + asp.net 2.0 + c# Pin
ritu432123-Apr-07 2:52
ritu432123-Apr-07 2:52 
AnswerRe: login form + asp.net 2.0 + c# Pin
szukuro23-Apr-07 2:59
szukuro23-Apr-07 2:59 
GeneralRe: login form + asp.net 2.0 + c# Pin
ritu432123-Apr-07 3:12
ritu432123-Apr-07 3:12 
GeneralRe: login form + asp.net 2.0 + c# Pin
szukuro23-Apr-07 4:20
szukuro23-Apr-07 4:20 
QuestionPassword Protection Pin
.NET- India 23-Apr-07 2:31
.NET- India 23-Apr-07 2:31 

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.