Click here to Skip to main content
15,886,783 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: 'cmbGender' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Pin
Sandeep Mewara31-May-12 0:43
mveSandeep Mewara31-May-12 0:43 
QuestionGridview in Repeater Pin
zeeShan anSari30-May-12 4:33
zeeShan anSari30-May-12 4:33 
AnswerRe: Gridview in Repeater Pin
Sandeep Mewara30-May-12 10:17
mveSandeep Mewara30-May-12 10:17 
GeneralRe: Gridview in Repeater Pin
Apocalypse Now31-May-12 15:17
Apocalypse Now31-May-12 15:17 
GeneralRe: Gridview in Repeater Pin
Sandeep Mewara31-May-12 16:42
mveSandeep Mewara31-May-12 16:42 
GeneralRe: Gridview in Repeater Pin
Apocalypse Now1-Jun-12 15:19
Apocalypse Now1-Jun-12 15:19 
AnswerRe: Gridview in Repeater Pin
wikizhao31-May-12 22:26
wikizhao31-May-12 22:26 
AnswerRe: Gridview in Repeater Pin
taha bahraminezhad Jooneghani3-Jun-12 2:09
taha bahraminezhad Jooneghani3-Jun-12 2:09 
you can't set to table for repeater datasource, set it as one, or if you need each of them, use view in sql database, or use union linq method, that get it in one source!
like this:
C#
var ds = (table1)Union(table2).ToList();
repeater1.DataSource = ds;

QuestionFind index or row in gridview with RadioButton Pin
Franco Cipriano30-May-12 4:03
Franco Cipriano30-May-12 4:03 
AnswerRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara30-May-12 10:11
mveSandeep Mewara30-May-12 10:11 
GeneralRe: Find index or row in gridview with RadioButton Pin
Franco Cipriano30-May-12 10:35
Franco Cipriano30-May-12 10:35 
GeneralRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara30-May-12 10:41
mveSandeep Mewara30-May-12 10:41 
GeneralRe: Find index or row in gridview with RadioButton Pin
Franco Cipriano31-May-12 4:44
Franco Cipriano31-May-12 4:44 
GeneralRe: Find index or row in gridview with RadioButton Pin
Sandeep Mewara31-May-12 5:06
mveSandeep Mewara31-May-12 5:06 
Questionget the file path in web project when running unit test project Pin
siva45530-May-12 0:34
siva45530-May-12 0:34 
AnswerRe: get the file path in web project when running unit test project Pin
Sandeep Mewara30-May-12 2:26
mveSandeep Mewara30-May-12 2:26 
QuestionRestrict object's properties to be added in ASP.NET application state Pin
Tesic Goran29-May-12 20:20
professionalTesic Goran29-May-12 20:20 
QuestionAutocomplete with multiple values in ASP.NET Pin
VisualLive29-May-12 18:40
VisualLive29-May-12 18:40 
AnswerRe: Autocomplete with multiple values in ASP.NET Pin
Sandeep Mewara30-May-12 2:29
mveSandeep Mewara30-May-12 2:29 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
VisualLive30-May-12 23:21
VisualLive30-May-12 23:21 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
Sandeep Mewara30-May-12 23:35
mveSandeep Mewara30-May-12 23:35 
GeneralRe: Autocomplete with multiple values in ASP.NET Pin
VisualLive31-May-12 16:38
VisualLive31-May-12 16:38 
QuestionGrid-View Ajax style Pin
hrishi32129-May-12 6:23
hrishi32129-May-12 6:23 
AnswerRe: Grid-View Ajax style Pin
Sandeep Mewara30-May-12 2:34
mveSandeep Mewara30-May-12 2:34 
Questionlog messages in web form Pin
sc steinhayse29-May-12 4:43
sc steinhayse29-May-12 4:43 

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.