Click here to Skip to main content
16,004,944 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRepeater Control Pin
Amit Kumar G7-Jul-07 2:41
Amit Kumar G7-Jul-07 2:41 
AnswerRe: Repeater Control Pin
Not Active7-Jul-07 2:46
mentorNot Active7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Amit Kumar G7-Jul-07 2:46
Amit Kumar G7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Not Active7-Jul-07 5:54
mentorNot Active7-Jul-07 5:54 
QuestionI have make code for file upload on webserver with resume upload, working on local server correctly but not on webserver Pin
shailendra_ec20037-Jul-07 2:34
shailendra_ec20037-Jul-07 2:34 
QuestionHow to show words in Hindi at browser Pin
Kurian_Kurian7-Jul-07 2:22
Kurian_Kurian7-Jul-07 2:22 
AnswerRe: How to show words in Hindi at browser Pin
RaviJJain7-Jul-07 2:41
RaviJJain7-Jul-07 2:41 
QuestionSorting Pin
musnet20076-Jul-07 23:59
musnet20076-Jul-07 23:59 
i am using the below sample code for sort in repeater, it is sorting only in asc order, now i want to sort both direction, i am using defaultview.sort, using the same function

can anyone help me


Thankz

connection open()

strSql = "select fiel1,fie2 from tablename order by columname or (Request.QueryString("val"))"
Dim da As New OleDbDataAdapter(strSql, connection)
Dim ds As New DataSet
da.Fill(ds)

If Request.QueryString("val") = "" Then
repeater.DataSource = ds.Tables(0)

Else
ds.Tables(0).DefaultView.Sort = Request.QueryString("val")
repeater.DataSource = ds.Tables(0).DefaultView
repeater.DataBind()
End If

connectionclose()


AnswerRe: Sorting Pin
Ajai Chaudhary7-Jul-07 0:29
Ajai Chaudhary7-Jul-07 0:29 
AnswerRe: Sorting Pin
eggsovereasy7-Jul-07 19:08
eggsovereasy7-Jul-07 19:08 
Questionconvert into mp3 file formt Pin
kuwl_mark6-Jul-07 23:25
kuwl_mark6-Jul-07 23:25 
AnswerRe: convert into mp3 file formt Pin
Tarik Guney6-Jul-07 23:59
Tarik Guney6-Jul-07 23:59 
AnswerRe: convert into mp3 file formt Pin
Christian Graus7-Jul-07 1:30
protectorChristian Graus7-Jul-07 1:30 
QuestionTab Event??? Pin
Nada Adel6-Jul-07 23:00
Nada Adel6-Jul-07 23:00 
AnswerRe: Tab Event??? Pin
Vipin.d6-Jul-07 23:27
Vipin.d6-Jul-07 23:27 
GeneralRe: Tab Event??? Pin
Nada Adel7-Jul-07 7:15
Nada Adel7-Jul-07 7:15 
GeneralRe: Tab Event??? Pin
sidbaruah8-Jul-07 23:46
sidbaruah8-Jul-07 23:46 
Questionconnecting to sql server using application configuration file Pin
$h@ma!|@6-Jul-07 22:42
$h@ma!|@6-Jul-07 22:42 
AnswerRe: connecting to sql server using application configuration file Pin
Vipin.d6-Jul-07 23:18
Vipin.d6-Jul-07 23:18 
GeneralRe: connecting to sql server using application configuration file Pin
$h@ma!|@7-Jul-07 0:10
$h@ma!|@7-Jul-07 0:10 
QuestionRe: connecting to sql server using application configuration file Pin
$h@ma!|@7-Jul-07 0:12
$h@ma!|@7-Jul-07 0:12 
AnswerRe: connecting to sql server using application configuration file Pin
Vipin.d7-Jul-07 1:31
Vipin.d7-Jul-07 1:31 
QuestionC#.Net ASP (Urgent) Pin
| Muhammad Waqas Butt |6-Jul-07 22:15
professional| Muhammad Waqas Butt |6-Jul-07 22:15 
AnswerRe: C#.Net ASP (Urgent) [modified] Pin
Vipin.d6-Jul-07 22:41
Vipin.d6-Jul-07 22:41 
AnswerRe: C#.Net ASP (Urgent) Pin
Paul Conrad7-Jul-07 6:57
professionalPaul Conrad7-Jul-07 6:57 

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.