Click here to Skip to main content
15,911,785 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCreate a image file using html Pin
yesu prakash1-Nov-09 17:42
yesu prakash1-Nov-09 17:42 
AnswerRe: Create a image file using html Pin
Christian Graus1-Nov-09 17:52
protectorChristian Graus1-Nov-09 17:52 
GeneralRe: Create a image file using html Pin
yesu prakash1-Nov-09 18:08
yesu prakash1-Nov-09 18:08 
GeneralRe: Create a image file using html Pin
Christian Graus1-Nov-09 18:30
protectorChristian Graus1-Nov-09 18:30 
GeneralRe: Create a image file using html Pin
yesu prakash1-Nov-09 18:40
yesu prakash1-Nov-09 18:40 
GeneralRe: Create a image file using html Pin
Christian Graus1-Nov-09 19:04
protectorChristian Graus1-Nov-09 19:04 
QuestionCreate Dynamic reapeter Control. Pin
lrsalunkhe1-Nov-09 17:14
lrsalunkhe1-Nov-09 17:14 
AnswerRe: Create Dynamic reapeter Control. Pin
Christian Graus1-Nov-09 17:54
protectorChristian Graus1-Nov-09 17:54 
Repeater r = new Repeater;
this.Controls.Add(r);

Of course, you need to set its templates and stuff as well, but that's how you create a control dynamically, whatever it is.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Create Dynamic reapeter Control. Pin
lrsalunkhe1-Nov-09 19:08
lrsalunkhe1-Nov-09 19:08 
GeneralRe: Create Dynamic reapeter Control. Pin
Christian Graus1-Nov-09 19:13
protectorChristian Graus1-Nov-09 19:13 
GeneralRe: Create Dynamic reapeter Control. Pin
lrsalunkhe1-Nov-09 20:11
lrsalunkhe1-Nov-09 20:11 
GeneralRe: Create Dynamic reapeter Control. Pin
Christian Graus1-Nov-09 20:30
protectorChristian Graus1-Nov-09 20:30 
GeneralRe: Create Dynamic reapeter Control. Pin
lrsalunkhe1-Nov-09 21:09
lrsalunkhe1-Nov-09 21:09 
GeneralRe: Create Dynamic reapeter Control. Pin
m@dhu1-Nov-09 21:39
m@dhu1-Nov-09 21:39 
GeneralRe: Create Dynamic reapeter Control. [modified] Pin
lrsalunkhe1-Nov-09 22:24
lrsalunkhe1-Nov-09 22:24 
QuestionWriting a database refresh tool with asp.net Pin
tasumisra31-Oct-09 19:45
tasumisra31-Oct-09 19:45 
AnswerRe: Writing a database refresh tool with asp.net Pin
Abhishek Sur31-Oct-09 20:53
professionalAbhishek Sur31-Oct-09 20:53 
AnswerRe: Writing a database refresh tool with asp.net Pin
Christian Graus1-Nov-09 8:35
protectorChristian Graus1-Nov-09 8:35 
QuestionRegister IIS with the ASP.NET version Pin
Shahdat Hosain31-Oct-09 7:56
Shahdat Hosain31-Oct-09 7:56 
AnswerRe: Register IIS with the ASP.NET version Pin
N a v a n e e t h31-Oct-09 8:54
N a v a n e e t h31-Oct-09 8:54 
AnswerRe: Register IIS with the ASP.NET version Pin
AlexeiXX331-Oct-09 16:38
AlexeiXX331-Oct-09 16:38 
AnswerRe: Register IIS with the ASP.NET version Pin
Jaiprakash M Bankolli31-Oct-09 20:46
Jaiprakash M Bankolli31-Oct-09 20:46 
QuestionCapturing Picture From Webcam and Comparing with Database Pin
Erukulla vijay31-Oct-09 0:53
Erukulla vijay31-Oct-09 0:53 
AnswerRe: Capturing Picture From Webcam and Comparing with Database Pin
vaghelabhavesh31-Oct-09 0:59
vaghelabhavesh31-Oct-09 0:59 
GeneralRe: Capturing Picture From Webcam and Comparing with Database Pin
Erukulla vijay31-Oct-09 2:10
Erukulla vijay31-Oct-09 2:10 

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.