Click here to Skip to main content
15,906,094 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Adding a row to a datatable Pin
Chetan Ranpariya18-Jun-07 3:20
Chetan Ranpariya18-Jun-07 3:20 
QuestionControl 'RequiredFieldValidator1' of type 'RequiredFieldValidator' must be placed inside a form tag with runat=server. Pin
Hemant Garg18-Jun-07 1:11
Hemant Garg18-Jun-07 1:11 
AnswerRe: Control 'RequiredFieldValidator1' of type 'RequiredFieldValidator' must be placed inside a form tag with runat=server. Pin
Sylvester george18-Jun-07 1:15
Sylvester george18-Jun-07 1:15 
AnswerRe: Control 'RequiredFieldValidator1' of type 'RequiredFieldValidator' must be placed inside a form tag with runat=server. Pin
RepliCrux18-Jun-07 1:16
RepliCrux18-Jun-07 1:16 
AnswerRe: Control 'RequiredFieldValidator1' of type 'RequiredFieldValidator' must be placed inside a form tag with runat=server. Pin
manojch218-Jun-07 1:16
manojch218-Jun-07 1:16 
GeneralRe: Control 'RequiredFieldValidator1' of type 'RequiredFieldValidator' must be placed inside a form tag with runat=server. Pin
Hemant Garg18-Jun-07 2:22
Hemant Garg18-Jun-07 2:22 
QuestionOrdering an asp.net Listbox Pin
Senseicads18-Jun-07 0:44
Senseicads18-Jun-07 0:44 
AnswerRe: Ordering an asp.net Listbox Pin
Sylvester george18-Jun-07 1:02
Sylvester george18-Jun-07 1:02 
try this instead of

Senseicads wrote:
ltbOrderByList.ClearSelection()
ltbOrderByList.SelectedIndex = intItemIndex - 1




ltbOrderByList.Items[ltbOrderByList.SelectedIndex].Selected = false;
ltbOrderByList.SelectedIndex = intItemIndex - 1

Regards,
Sylvester G
sylvester_g_m@yahoo.com

GeneralRe: Ordering an asp.net Listbox Pin
Senseicads18-Jun-07 1:12
Senseicads18-Jun-07 1:12 
QuestionHow to Declare a variable which is static and also global in vb Pin
Hemant Garg18-Jun-07 0:42
Hemant Garg18-Jun-07 0:42 
AnswerRe: How to Declare a variable which is static and also global Pin
RepliCrux18-Jun-07 0:50
RepliCrux18-Jun-07 0:50 
GeneralRe: How to Declare a variable which is static and also global Pin
Hemant Garg18-Jun-07 1:00
Hemant Garg18-Jun-07 1:00 
AnswerRe: How to Declare a variable which is static and also global in vb Pin
RepliCrux18-Jun-07 0:59
RepliCrux18-Jun-07 0:59 
GeneralRe: How to Declare a variable which is static and also global in vb Pin
Hemant Garg18-Jun-07 1:02
Hemant Garg18-Jun-07 1:02 
QuestionRendered HTML output Pin
moon_stick18-Jun-07 0:35
moon_stick18-Jun-07 0:35 
AnswerRe: Rendered HTML output Pin
N a v a n e e t h18-Jun-07 0:46
N a v a n e e t h18-Jun-07 0:46 
AnswerRe: Rendered HTML output Pin
RichardGrimmer18-Jun-07 0:53
RichardGrimmer18-Jun-07 0:53 
GeneralRe: Rendered HTML output Pin
DavidNohejl18-Jun-07 1:19
DavidNohejl18-Jun-07 1:19 
AnswerRe: Rendered HTML output Pin
moon_stick18-Jun-07 3:20
moon_stick18-Jun-07 3:20 
QuestionSession Problems Pin
Russell Jones18-Jun-07 0:14
Russell Jones18-Jun-07 0:14 
QuestionCoudl not get ListBox Value Pin
J Liang18-Jun-07 0:02
J Liang18-Jun-07 0:02 
AnswerRe: Coudl not get ListBox Value [modified] Pin
RepliCrux18-Jun-07 1:25
RepliCrux18-Jun-07 1:25 
GeneralRe: Coudl not get ListBox Value Pin
J Liang18-Jun-07 15:05
J Liang18-Jun-07 15:05 
AnswerRe: Coudl not get ListBox Value Pin
RepliCrux18-Jun-07 15:16
RepliCrux18-Jun-07 15:16 
GeneralRe: Coudl not get ListBox Value Pin
J Liang18-Jun-07 17:29
J Liang18-Jun-07 17:29 

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.