Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to restrict multiple logon to an application? Pin
surender9393-Sep-08 23:35
surender9393-Sep-08 23:35 
AnswerRe: How to restrict multiple logon to an application? Pin
eyeseetee3-Sep-08 23:40
eyeseetee3-Sep-08 23:40 
GeneralRe: How to restrict multiple logon to an application? Pin
surender9393-Sep-08 23:50
surender9393-Sep-08 23:50 
AnswerRe: How to restrict multiple logon to an application? Pin
Dilip H. Patel3-Sep-08 23:56
Dilip H. Patel3-Sep-08 23:56 
GeneralRe: How to restrict multiple logon to an application? Pin
surender9394-Sep-08 1:01
surender9394-Sep-08 1:01 
GeneralRe: How to restrict multiple logon to an application? Pin
K V Sekhar4-Sep-08 1:25
K V Sekhar4-Sep-08 1:25 
GeneralRe: How to restrict multiple logon to an application? Pin
canoeman4-Sep-08 4:20
canoeman4-Sep-08 4:20 
QuestionHow to assign table name dynamically to sqldatasource. [modified] Pin
Satish - Developer3-Sep-08 23:22
Satish - Developer3-Sep-08 23:22 
Hi, i have database with 10 tables(for 10 countries). In my website, when the user selects the country in page1 and click on submit. the user navigates to page2 here i am showing the data of corresponding country in Gridview. It supports all the paging, editing, sorting etc.

i am using sqldatasource and for select,update, delete etc.

My problem is if i want to use this sqldatasource i need to give table name dynamically to this? how can i give this when i came from previous page to present page. how can i give this in select command?

my code is as follows . but getting error

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:TAGDatabaseConnectionString4 %>"
            SelectCommand="SELECT [Name], [LastorFirst] FROM [SGX_""<%Request.QueryString["Qstr"]%>""_SEED]"></asp:SqlDataSource>


G. Satish

modified on Thursday, September 4, 2008 5:28 AM

AnswerRe: How to assign table name dynamically to sqldatasource. Pin
eyeseetee3-Sep-08 23:46
eyeseetee3-Sep-08 23:46 
AnswerRe: How to assign table name dynamically to sqldatasource. Pin
Christian Flutcher4-Sep-08 0:05
Christian Flutcher4-Sep-08 0:05 
GeneralRe: How to assign table name dynamically to sqldatasource. Pin
Satish - Developer4-Sep-08 0:24
Satish - Developer4-Sep-08 0:24 
GeneralRe: How to assign table name dynamically to sqldatasource. Pin
Mogaambo4-Sep-08 0:55
Mogaambo4-Sep-08 0:55 
Questionsystem date time convertion Pin
monalucky3-Sep-08 23:18
monalucky3-Sep-08 23:18 
AnswerRe: system date time convertion Pin
sumit70343-Sep-08 23:47
sumit70343-Sep-08 23:47 
AnswerRe: system date time convertion Pin
eyeseetee3-Sep-08 23:48
eyeseetee3-Sep-08 23:48 
Questionwhile validating dropdownlist,on focus event will open dropdown list Pin
Learning IT3-Sep-08 23:08
Learning IT3-Sep-08 23:08 
QuestionObject reference not set to an instance of an object. Pin
CrazyCoder263-Sep-08 23:04
CrazyCoder263-Sep-08 23:04 
AnswerRe: Object reference not set to an instance of an object. Pin
Bardy853-Sep-08 23:09
Bardy853-Sep-08 23:09 
GeneralRe: Object reference not set to an instance of an object. Pin
CrazyCoder263-Sep-08 23:13
CrazyCoder263-Sep-08 23:13 
GeneralRe: Object reference not set to an instance of an object. Pin
Learning IT3-Sep-08 23:21
Learning IT3-Sep-08 23:21 
GeneralRe: Object reference not set to an instance of an object. Pin
Bardy853-Sep-08 23:35
Bardy853-Sep-08 23:35 
Questioncustom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 22:18
VijayVishwakarma3-Sep-08 22:18 
AnswerRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee3-Sep-08 22:27
eyeseetee3-Sep-08 22:27 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
VijayVishwakarma3-Sep-08 22:31
VijayVishwakarma3-Sep-08 22:31 
GeneralRe: custom asp.net sql server shopping cart problem. Pin
eyeseetee3-Sep-08 22:55
eyeseetee3-Sep-08 22:55 

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.