Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralIncorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
laziale6-Mar-08 2:30
laziale6-Mar-08 2:30 
GeneralRe: Incorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
Paddy Boyd6-Mar-08 2:32
Paddy Boyd6-Mar-08 2:32 
GeneralRe: Incorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
laziale6-Mar-08 2:43
laziale6-Mar-08 2:43 
GeneralRe: Incorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
Paddy Boyd6-Mar-08 2:45
Paddy Boyd6-Mar-08 2:45 
GeneralRe: Incorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
laziale6-Mar-08 2:53
laziale6-Mar-08 2:53 
GeneralCall Web Service from ASP Pin
NeerajOzha6-Mar-08 1:49
NeerajOzha6-Mar-08 1:49 
GeneralWrong forum Pin
pmarfleet6-Mar-08 1:50
pmarfleet6-Mar-08 1:50 
QuestionHow to access a control with in update panel from .cs file Pin
Niya6-Mar-08 1:13
Niya6-Mar-08 1:13 
Hai

I need a help to access an <asp:dropdownlist> selected value which is placed inside an update panel.This DropDownList is inside a table. for that i have a code like this

foreach(HtmlTableRow tr in purchaseDetails.Rows)
{
foreach (HtmlTableCell tc in tr.Cells)
{
foreach(Control ctrl in tc.Controls)
{
if (ctrl is DropDownList)
{


}
}

}
}

but i cant access this DropDownList

Please help me
AnswerRe: How to access a control with in update panel from .cs file Pin
eyeseetee6-Mar-08 1:16
eyeseetee6-Mar-08 1:16 
AnswerRe: How to access a control with in update panel from .cs file Pin
Laddie6-Mar-08 3:11
Laddie6-Mar-08 3:11 
GeneralRetrieve the Grid row index Pin
SreejithAchutan6-Mar-08 0:20
SreejithAchutan6-Mar-08 0:20 
GeneralRe: Retrieve the Grid row index Pin
Laddie6-Mar-08 0:27
Laddie6-Mar-08 0:27 
GeneralRe: Retrieve the Grid row index Pin
SreejithAchutan6-Mar-08 1:03
SreejithAchutan6-Mar-08 1:03 
GeneralRe: Retrieve the Grid row index Pin
eyeseetee6-Mar-08 1:15
eyeseetee6-Mar-08 1:15 
GeneralRe: Retrieve the Grid row index Pin
SreejithAchutan6-Mar-08 1:26
SreejithAchutan6-Mar-08 1:26 
GeneralRe: Retrieve the Grid row index Pin
SreejithAchutan6-Mar-08 2:14
SreejithAchutan6-Mar-08 2:14 
GeneralRe: Retrieve the Grid row index Pin
eyeseetee6-Mar-08 2:41
eyeseetee6-Mar-08 2:41 
GeneralConvert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
salon5-Mar-08 23:53
salon5-Mar-08 23:53 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
Laddie5-Mar-08 23:57
Laddie5-Mar-08 23:57 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
salon6-Mar-08 0:02
salon6-Mar-08 0:02 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
Laddie6-Mar-08 0:10
Laddie6-Mar-08 0:10 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
salon6-Mar-08 0:18
salon6-Mar-08 0:18 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
salon6-Mar-08 0:25
salon6-Mar-08 0:25 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
Laddie6-Mar-08 0:43
Laddie6-Mar-08 0:43 
GeneralRe: Convert AJAX Calender Control's datetime to ASP.NET2.0 DateTime Pin
Paddy Boyd6-Mar-08 1:16
Paddy Boyd6-Mar-08 1:16 

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.