Click here to Skip to main content
15,921,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: To show print dialog box in web application Pin
Nagraj Naik7-Jan-08 19:34
Nagraj Naik7-Jan-08 19:34 
GeneralInserting Values Pin
Imranlogi7-Jan-08 18:30
Imranlogi7-Jan-08 18:30 
GeneralRe: Inserting Values Pin
Christian Graus7-Jan-08 18:43
protectorChristian Graus7-Jan-08 18:43 
Generalcreating member page Pin
heatwave037-Jan-08 18:14
heatwave037-Jan-08 18:14 
GeneralRe: creating member page Pin
Michael Sync7-Jan-08 19:12
Michael Sync7-Jan-08 19:12 
GeneralExport Grid to Excel Pin
Sebastian T Xavier7-Jan-08 17:21
Sebastian T Xavier7-Jan-08 17:21 
GeneralRepeater allignment.!!! Pin
Krishna Varadharajan7-Jan-08 16:54
Krishna Varadharajan7-Jan-08 16:54 
GeneralRe: Repeater allignment.!!! Pin
Christian Graus7-Jan-08 17:10
protectorChristian Graus7-Jan-08 17:10 
A repeater is great for this, what you do is, you add your table rows/columns via a codebehind call that adds a new row on every third call. So, you initialise a variable to be 0, and you do calls for the top and bottom of each data item and then add one to that value. If that value %3 is 0, you return <tr><td> and </td></tr> otherwise you return the <td> </td> only.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at &lt; 1280x1024 )
Questionlocation tags for Forms authentication Pin
tonymathewt7-Jan-08 16:19
professionaltonymathewt7-Jan-08 16:19 
Questionget serial hard disk asp.net Pin
AnhTin7-Jan-08 15:24
AnhTin7-Jan-08 15:24 
GeneralRe: get serial hard disk asp.net Pin
Christian Graus7-Jan-08 17:10
protectorChristian Graus7-Jan-08 17:10 
GeneralRe: get serial hard disk asp.net Pin
AnhTin7-Jan-08 19:29
AnhTin7-Jan-08 19:29 
GeneralRe: get serial hard disk asp.net Pin
Christian Graus7-Jan-08 20:16
protectorChristian Graus7-Jan-08 20:16 
GeneralRe: get serial hard disk asp.net Pin
Abhijit Jana7-Jan-08 18:36
professionalAbhijit Jana7-Jan-08 18:36 
QuestionHow to Construct full absolute URL from Relative URL ? [modified] Pin
Nadia Monalisa7-Jan-08 9:20
Nadia Monalisa7-Jan-08 9:20 
AnswerRe: How to Construct full absolute URL from Relative URL ? Pin
Michael Sync7-Jan-08 19:15
Michael Sync7-Jan-08 19:15 
GeneralSetting a data source's parameter to null Pin
Fernando A. Gomez F.7-Jan-08 8:47
Fernando A. Gomez F.7-Jan-08 8:47 
GeneralRe: Setting a data source's parameter to null Pin
Michael Sync7-Jan-08 19:19
Michael Sync7-Jan-08 19:19 
GeneralSimple doubt in google search in HTML Pin
Senthil S7-Jan-08 5:39
Senthil S7-Jan-08 5:39 
GeneralRe: Simple doubt in google search in HTML Pin
Christian Graus7-Jan-08 17:11
protectorChristian Graus7-Jan-08 17:11 
GeneralRe: Simple doubt in google search in HTML Pin
Senthil S7-Jan-08 23:53
Senthil S7-Jan-08 23:53 
GeneralRe: Simple doubt in google search in HTML Pin
Michael Sync7-Jan-08 19:27
Michael Sync7-Jan-08 19:27 
AnswerHai your responce is wat i need Pin
Senthil S8-Jan-08 0:04
Senthil S8-Jan-08 0:04 
Questionasp.net website inside of a php or jsp webpage Pin
Sutorius7-Jan-08 5:19
Sutorius7-Jan-08 5:19 
GeneralRe: asp.net website inside of a php or jsp webpage Pin
Declan Bright7-Jan-08 5:37
Declan Bright7-Jan-08 5:37 

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.