A
aaronluna
Hi All,
I was wondering if it is possible to easily convert an asp.net user
control (.ascx) into an equivalent windows app. I plan on simply
duplicating the user control in a c# windows app through brute force,
but am becoming pressed for time with multiple deadlines. If there is
an easier way than building the entire c# app from scratch, I would
greatly appreciate the advice.
The form contains listboxes, buttons, labels, textboxes and gridviews.
It is a p.i.t.a. to create the c# listboxes and other elements when I
have perfectly good asp.net server controls doing the job on the user
control.
Any input is appreciated.
Regards,
Aaron
I was wondering if it is possible to easily convert an asp.net user
control (.ascx) into an equivalent windows app. I plan on simply
duplicating the user control in a c# windows app through brute force,
but am becoming pressed for time with multiple deadlines. If there is
an easier way than building the entire c# app from scratch, I would
greatly appreciate the advice.
The form contains listboxes, buttons, labels, textboxes and gridviews.
It is a p.i.t.a. to create the c# listboxes and other elements when I
have perfectly good asp.net server controls doing the job on the user
control.
Any input is appreciated.
Regards,
Aaron