Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to show cathegorized pics in my site? Pin
Mir_As7-Nov-08 21:02
Mir_As7-Nov-08 21:02 
AnswerRe: how to show cathegorized pics in my site? Pin
Christian Graus7-Nov-08 23:48
protectorChristian Graus7-Nov-08 23:48 
GeneralRe: how to show cathegorized pics in my site? Pin
Oakman9-Nov-08 6:18
Oakman9-Nov-08 6:18 
QuestionXML file error Pin
Rinki Mukheraji7-Nov-08 20:26
Rinki Mukheraji7-Nov-08 20:26 
AnswerRe: XML file error Pin
Kannan Ar7-Nov-08 22:39
professionalKannan Ar7-Nov-08 22:39 
QuestionAsynchronous postback problem Pin
krishnaveer7-Nov-08 20:18
krishnaveer7-Nov-08 20:18 
QuestionHow to add new server controls by javascript Pin
goldenchance7-Nov-08 14:26
goldenchance7-Nov-08 14:26 
AnswerRe: How to add new server controls by javascript Pin
Sandeep Akhare7-Nov-08 20:16
Sandeep Akhare7-Nov-08 20:16 
Yes you can create using javascript, but you will be responsible to maintain there viewstate during the postbacks
Have a look to this
http://aspdotnetcodebook.blogspot.com/2008/03/how-to-create-textbox-dynamically-using.html[^]

Performing validation that should be at server side ...
using javascript is complex to write but it increased the performance as reduced the hits to server.

Instead of javascript you can use AJAX or simple postbacks to add controls dynamically at server side. this way is very simple to implement
but will need to hit server for adding the controls

So all think depend on you Just google you will get n number of examples for each one

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

QuestionHelp with FileUpload(Avoid duplication) Pin
SreeluMandiga7-Nov-08 10:31
SreeluMandiga7-Nov-08 10:31 
QuestionAssociating ProgressBar with a method Pin
Ekjon7-Nov-08 5:37
Ekjon7-Nov-08 5:37 
AnswerRe: Associating ProgressBar with a method Pin
Abhishek Sur7-Nov-08 8:13
professionalAbhishek Sur7-Nov-08 8:13 
Questionerror in cascading dropdownlist Pin
strawberrysh7-Nov-08 5:23
strawberrysh7-Nov-08 5:23 
AnswerRe: error in cascading dropdownlist Pin
Parwej Ahamad7-Nov-08 5:36
professionalParwej Ahamad7-Nov-08 5:36 
GeneralRe: error in cascading dropdownlist Pin
strawberrysh7-Nov-08 6:52
strawberrysh7-Nov-08 6:52 
GeneralRe: error in cascading dropdownlist Pin
Parwej Ahamad7-Nov-08 7:17
professionalParwej Ahamad7-Nov-08 7:17 
GeneralRe: error in cascading dropdownlist Pin
strawberrysh7-Nov-08 8:39
strawberrysh7-Nov-08 8:39 
AnswerRe: error in cascading dropdownlist Pin
farzaneh ansari11-Nov-08 18:27
farzaneh ansari11-Nov-08 18:27 
QuestionAn ASP.Net Question Pin
Xiaoming Qian7-Nov-08 4:18
Xiaoming Qian7-Nov-08 4:18 
AnswerRe: An ASP.Net Question Pin
Paddy Boyd7-Nov-08 5:18
Paddy Boyd7-Nov-08 5:18 
QuestionFormatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 3:31
jzonthemtn7-Nov-08 3:31 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
J4amieC7-Nov-08 3:34
J4amieC7-Nov-08 3:34 
GeneralRe: Formatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 3:44
jzonthemtn7-Nov-08 3:44 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
NeverHeardOfMe7-Nov-08 4:02
NeverHeardOfMe7-Nov-08 4:02 
GeneralRe: Formatting date to remove the time on a DetailsView BoundField Pin
jzonthemtn7-Nov-08 5:22
jzonthemtn7-Nov-08 5:22 
AnswerRe: Formatting date to remove the time on a DetailsView BoundField Pin
Sneha Bisht7-Nov-08 21:02
Sneha Bisht7-Nov-08 21:02 

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.