Click here to Skip to main content
15,886,588 members
Home / Discussions / Database
   

Database

 
QuestionRAISERROR Pin
topcatalpha6-Mar-07 0:12
topcatalpha6-Mar-07 0:12 
AnswerRe: RAISERROR Pin
Pete O'Hanlon6-Mar-07 1:20
mvePete O'Hanlon6-Mar-07 1:20 
GeneralRe: RAISERROR Pin
topcatalpha6-Mar-07 5:19
topcatalpha6-Mar-07 5:19 
Questionto connect an access database in vb.net windows based Pin
roma_sayed5-Mar-07 22:50
roma_sayed5-Mar-07 22:50 
AnswerRe: to connect an access database in vb.net windows based Pin
Parwej Ahamad6-Mar-07 7:02
professionalParwej Ahamad6-Mar-07 7:02 
QuestionSQL DATASOURCE Pin
Sam Heller5-Mar-07 22:40
Sam Heller5-Mar-07 22:40 
AnswerRe: SQL DATASOURCE Pin
kubben6-Mar-07 3:25
kubben6-Mar-07 3:25 
GeneralRe: SQL DATASOURCE Pin
Sam Heller6-Mar-07 3:35
Sam Heller6-Mar-07 3:35 
Yeah I am well aware of the Gridview and it's automatic sorting and paging features but it has the obvious constriction of having to use columns. In this case each row in my table has a nested table inside it which also needs to have sorting applied to it. There are also TD's that stretch over multiple TD's. Therefore a grid view would be inappropriate so I have had to use Datalist.

The thing is I wanted it to use the SQLDATASOURCE to pass the ORDERBY value to my SP just like the Grid View would do automatcally for you. I managed using the article above. You just need to create your own link buttons and rig them to set an ORDER BY value. Then simply databind the datalist, ensuring that the bind uses your sorting parameter and bobs your uncle youv got the exact same functionality.

Works a treat espceially with an UpdatePanel around it too!!
QuestionSql Server 2005 - Copy Database Pin
clint19825-Mar-07 22:04
clint19825-Mar-07 22:04 
AnswerRe: Sql Server 2005 - Copy Database Pin
Pete O'Hanlon6-Mar-07 1:28
mvePete O'Hanlon6-Mar-07 1:28 
QuestionRe: Sql Server 2005 - Copy Database Pin
clint19826-Mar-07 4:58
clint19826-Mar-07 4:58 
Questionhow to access datas across 2 servers Pin
BSRK5-Mar-07 22:02
BSRK5-Mar-07 22:02 
AnswerRe: how to access datas across 2 servers Pin
Hesham Amin5-Mar-07 22:20
Hesham Amin5-Mar-07 22:20 
Questionbackup my database Pin
Vipin.d5-Mar-07 20:18
Vipin.d5-Mar-07 20:18 
AnswerRe: backup my database Pin
Mark J. Miller7-Mar-07 6:06
Mark J. Miller7-Mar-07 6:06 
QuestionA common function to Bind runtime data to place holders in sql. Pin
Member 36858895-Mar-07 19:51
Member 36858895-Mar-07 19:51 
QuestionNeed Help for creating SP... Pin
Prashant C5-Mar-07 18:15
Prashant C5-Mar-07 18:15 
AnswerRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 19:17
Harini N K5-Mar-07 19:17 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 19:48
Prashant C5-Mar-07 19:48 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 20:58
Prashant C5-Mar-07 20:58 
GeneralRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 21:10
Harini N K5-Mar-07 21:10 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 21:22
Prashant C5-Mar-07 21:22 
GeneralRe: Need Help for creating SP... Pin
Rajesh R Subramanian7-Mar-07 18:56
professionalRajesh R Subramanian7-Mar-07 18:56 
QuestionDBO access to ASPNET_ tables Pin
dasumohan5-Mar-07 17:38
dasumohan5-Mar-07 17:38 
QuestionGetting id of last inserted row Pin
error14085-Mar-07 8:22
error14085-Mar-07 8:22 

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.