how can i display a table using user control
karis 0 Newbie Poster
Recommended Answers
Jump to PostThe great thing about ASP.NET is just about everything can be turned into a control. But before you can have a control, you need to create a form runat the server (webform). Example:
<form runat="server"> </form>
Then, you can create just about anything as a server control …
All 3 Replies
serkan sendur 821 Postaholic Banned Featured Poster
SheSaidImaPregy 28 Veteran Poster
dilipv 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.