Click here to Skip to main content
16,016,623 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralHelp with DataSet.WriteXML Pin
Psycho-*Coder*-Extreme4-May-07 7:51
Psycho-*Coder*-Extreme4-May-07 7:51 
GeneralRe: Help with DataSet.WriteXML Pin
Tarakeshwar Reddy4-May-07 8:05
professionalTarakeshwar Reddy4-May-07 8:05 
GeneralRe: Help with DataSet.WriteXML Pin
Psycho-*Coder*-Extreme4-May-07 8:20
Psycho-*Coder*-Extreme4-May-07 8:20 
GeneralRe: Help with DataSet.WriteXML Pin
Tarakeshwar Reddy4-May-07 8:28
professionalTarakeshwar Reddy4-May-07 8:28 
QuestionASP.Net Page Design Pin
xbiplav4-May-07 6:26
xbiplav4-May-07 6:26 
QuestionDon't miss TechEd 2007, June 4-8 in Orlando Pin
JatinerS4-May-07 5:53
JatinerS4-May-07 5:53 
AnswerRe: Don't miss TechEd 2007, June 4-8 in Orlando Pin
Tarakeshwar Reddy4-May-07 6:20
professionalTarakeshwar Reddy4-May-07 6:20 
Questiondynamically created dropdownlist detecting problem Pin
amjad ali shah4-May-07 4:55
amjad ali shah4-May-07 4:55 
i have created a number of combo boxes according to my need.no i want to save the changes when any one click update button,but here the control did not find by findcontrol function.
Dim i, j, totc As Long, FcNo As String, cmbcat As Object, fid As ArrayList
catarry = New ArrayList
catarry = CType(ViewState("catgs"), ArrayList)
totc = CLng(ViewState("totcts"))

For i = 0 To totc - 1
'for category combo box
'cmbcat = New Object
'cmbcat = CType(Me.FindControl("catpp" & catarry(i * 3 + 1)), DropDownList)
'cmbcat = CType(Me.FindControl("catpp" & catarry(i * 3 + 1)), DropDownList)
'cmbcat = CType(Me.FindControl("catpp" & catarry(i * 3 + 1)), DropDownList)
If Not CType(Me.FindControl("catpp" & catarry(i * 3 + 1)), DropDownList) Is Nothing Then
FcNo = CType(Me.FindControl("catpp" & catarry(i * 3 + 1)), DropDownList).Text
End If
StrQry = "update category set cat_order=" & FcNo & " where cat_no=" & "catpp" & catarry(i * 3 + 1)
'Now check for all forums of category
fid = New ArrayList
fid = AllFunctions.PopToarraylist("select Forum_No from Forum where cat_no=" & catarry(i * 3 + 1), 1)
For j = 0 To fid.Count - 1
cmbcat = New Object
'cmbcat = CType(FindControl("frmpp" & fid(i)), DropDownList)
'cmbcat = CType(FindControl("frmpp" & fid(i)), DropDownList)
'cmbcat = CType(FindControl("frmpp" & fid(i)), DropDownList)
If Not CType(Me.FindControl("frmpp" & fid(i)), DropDownList) Is Nothing Then
FcNo = CType(FindControl("frmpp" & fid(i)), DropDownList).Text
End If
'cmbcat.Text
StrQry = "update Forum set Forum_Order=" & FcNo & " where forum_no=" & fid(i)
AllFunctions.UpdateQry(StrQry)
Next
Next
QuestionHelp Please Pin
yasso_1154-May-07 3:36
yasso_1154-May-07 3:36 
AnswerRe: Help Please Pin
Ibuprofen4-May-07 4:21
Ibuprofen4-May-07 4:21 
QuestionValidation of controls on webcontrols Pin
digsy_4-May-07 3:30
digsy_4-May-07 3:30 
Questioncount index char from string Pin
Imran Khan Pathan4-May-07 3:15
Imran Khan Pathan4-May-07 3:15 
AnswerRe: count index char from string Pin
Sandeep Akhare4-May-07 3:50
Sandeep Akhare4-May-07 3:50 
AnswerRe: count index char from string Pin
Guffa4-May-07 5:50
Guffa4-May-07 5:50 
QuestionIssues in Loading Images in Word Automation [modified] Pin
Sankara Narayana4-May-07 3:13
Sankara Narayana4-May-07 3:13 
Questionsorting + asp.net 2.0 + c# Pin
ritu43214-May-07 3:12
ritu43214-May-07 3:12 
AnswerRe: sorting + asp.net 2.0 + c# Pin
ToddHileHoffer4-May-07 3:16
ToddHileHoffer4-May-07 3:16 
GeneralRe: sorting + asp.net 2.0 + c# [modified] Pin
ritu43214-May-07 3:21
ritu43214-May-07 3:21 
QuestionDeployment Pin
sangramkp4-May-07 2:31
sangramkp4-May-07 2:31 
QuestionProblem with hyperlinks Pin
nclauder4-May-07 2:27
nclauder4-May-07 2:27 
AnswerRe: Problem with hyperlinks Pin
Guffa4-May-07 3:15
Guffa4-May-07 3:15 
GeneralRe: Problem with hyperlinks Pin
nclauder7-May-07 20:02
nclauder7-May-07 20:02 
QuestionQueries on Session and Application Variable Pin
meeram3954-May-07 2:18
meeram3954-May-07 2:18 
AnswerRe: Queries on Session and Application Variable Pin
kubben4-May-07 6:08
kubben4-May-07 6:08 
Questioninherit page in asp.net Pin
ronaktamboli4-May-07 2:06
ronaktamboli4-May-07 2:06 

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.