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

ASP.NET

 
AnswerRe: how to refresh the data Pin
Paddy Boyd3-May-07 23:51
Paddy Boyd3-May-07 23:51 
GeneralRe: how to refresh the data Pin
Kissy164-May-07 0:48
Kissy164-May-07 0:48 
GeneralRe: how to refresh the data Pin
marky7774-May-07 2:52
marky7774-May-07 2:52 
QuestionGridview Questions Pin
kallileo3-May-07 23:40
kallileo3-May-07 23:40 
AnswerRe: Gridview Questions Pin
Spunky Coder4-May-07 0:18
Spunky Coder4-May-07 0:18 
AnswerRe: Gridview Questions Pin
Chetan Ranpariya4-May-07 0:27
Chetan Ranpariya4-May-07 0:27 
GeneralRe: Gridview Questions Pin
kallileo4-May-07 1:20
kallileo4-May-07 1:20 
Questiondatalist control and navigation panel Pin
tradakad3-May-07 22:22
tradakad3-May-07 22:22 
Hello ALL!

I have a problem and I didnt find an aswer into articles.

I have a datalist, a sqldatasource and a page.

I should select some data from database and display it on the page using datalist.
I can do it.

But i should add a footer for navigation into my datalist beacause when page loaded datalist has ALL rows from query but it must be dispalying only for 20 rows on the first page, 20 on the next page e.t.c. and I would like change current page (like in a gridview).

I cant use gridview because my items should be displaing like:

(first row)
item1 item2
(second row)
item3 item4
...
(20th row)
item39 item40

first page prev. page next page last page.

but when I use griedview I got only:

(first row)
item1
(second row)
item2
...
(20th row)
item20

(because in the griedview next item dispalying only on the NEXT page)

or

(first row)
item1 item1
(second row)
item2 item2
...
(20th row)
item19 item20

(i tryed display two items in one itemtemplate but I got two same items in each row Frown | :( )

I really hope you undestand me and can help me. it is really important task for me and sorry my English.

thanx!

--
"Success is simple. Do what's right, the right way, at the right time."

best regards,
tradakad

AnswerRe: datalist control and navigation panel Pin
Spunky Coder3-May-07 22:30
Spunky Coder3-May-07 22:30 
GeneralRe: datalist control and navigation panel Pin
tradakad3-May-07 22:46
tradakad3-May-07 22:46 
GeneralRe: datalist control and navigation panel Pin
Spunky Coder3-May-07 22:57
Spunky Coder3-May-07 22:57 
GeneralRe: datalist control and navigation panel Pin
tradakad4-May-07 7:43
tradakad4-May-07 7:43 
Questionhow to transfer data between pages with Hyperlink ? Pin
hdv2123-May-07 22:18
hdv2123-May-07 22:18 
AnswerRe: how to transfer data between pages with Hyperlink ? Pin
Chetan Ranpariya3-May-07 22:28
Chetan Ranpariya3-May-07 22:28 
AnswerRe: how to transfer data between pages with Hyperlink ? Pin
Arun.Immanuel3-May-07 22:30
Arun.Immanuel3-May-07 22:30 
GeneralRe: how to transfer data between pages with Hyperlink ? Pin
hdv2124-May-07 0:03
hdv2124-May-07 0:03 
GeneralRe: how to transfer data between pages with Hyperlink ? Pin
Arun.Immanuel4-May-07 1:05
Arun.Immanuel4-May-07 1:05 
Questionusing difference between the two methods in code-behind Pin
surya3kiran3-May-07 22:00
surya3kiran3-May-07 22:00 
AnswerRe: using difference between the two methods in code-behind Pin
Sandeep Akhare3-May-07 22:15
Sandeep Akhare3-May-07 22:15 
Questiondoubt about ds.Tables[0].DefaultView Pin
saravanan053-May-07 21:45
saravanan053-May-07 21:45 
AnswerRe: doubt about ds.Tables[0].DefaultView Pin
Spunky Coder3-May-07 22:40
Spunky Coder3-May-07 22:40 
AnswerRe: doubt about ds.Tables[0].DefaultView Pin
rujuc#3-May-07 22:46
rujuc#3-May-07 22:46 
Questionjavascript visiblity and hidden Pin
yesu prakash3-May-07 21:23
yesu prakash3-May-07 21:23 
AnswerRe: javascript visiblity and hidden Pin
Sandeep Akhare3-May-07 21:32
Sandeep Akhare3-May-07 21:32 
AnswerRe: javascript visiblity and hidden Pin
Sandeep Kumar3-May-07 22:21
Sandeep Kumar3-May-07 22:21 

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.