Click here to Skip to main content
15,884,629 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: page loading time is high when not allow paging on gridview Pin
N a v a n e e t h29-Apr-09 23:13
N a v a n e e t h29-Apr-09 23:13 
GeneralRe: page loading time is high when not allow paging on gridview Pin
samerh29-Apr-09 23:24
samerh29-Apr-09 23:24 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Andreas X30-Apr-09 1:37
professionalAndreas X30-Apr-09 1:37 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Anurag Gandhi30-Apr-09 2:19
professionalAnurag Gandhi30-Apr-09 2:19 
AnswerRe: page loading time is high when not allow paging on gridview Pin
Paulo Zemek30-Apr-09 12:01
mvaPaulo Zemek30-Apr-09 12:01 
QuestionASCX user control help!! Pin
Armandt__29-Apr-09 22:13
Armandt__29-Apr-09 22:13 
AnswerRe: ASCX user control help!! Pin
dotnetmember29-Apr-09 22:23
dotnetmember29-Apr-09 22:23 
GeneralRe: ASCX user control help!! Pin
Armandt__29-Apr-09 22:34
Armandt__29-Apr-09 22:34 
Thanks for the reply

I know how to create and use the ascx controls but i want to add extra functionality to it

let me try and explain it in another way.

I want to make like for e.g. the asp panel it would be used like this

<asp:Panel ID = "panel1" runat = "server">
   <table>
    <tr>
      <td>
           <asp:Button id = "b1" runat = "server" text ="Click Me" />
       </td>
    </tr>
   </table>
</asp:Panel>


now what i want to do is like the same way you use the panel to place something inside , i want to use my custom control
just again , its a popup window and i would like to use some sort of place holder where i can place stuff in

for e.g. i would want to use the window for error messges or to put in a few textboxes and labels.
like this

<tst:mycontrol runat ="server" >
  <content>
    <table>
  <tr>
    <td>
         <asp:Button id = "b1" runat = "server" text ="Click Me" />
     </td>
  </tr>
 </table>

  </content>
</tst:mycontrol>

GeneralRe: ASCX user control help!! Pin
Christian Graus30-Apr-09 0:14
protectorChristian Graus30-Apr-09 0:14 
GeneralRe: ASCX user control help!! Pin
Armandt__30-Apr-09 0:32
Armandt__30-Apr-09 0:32 
QuestionProblem with saving text from HTML editor Pin
janani1329-Apr-09 21:33
janani1329-Apr-09 21:33 
AnswerRe: Problem with saving text from HTML editor Pin
Jack Li29-Apr-09 22:01
Jack Li29-Apr-09 22:01 
AnswerRe: Problem with saving text from HTML editor Pin
saanj29-Apr-09 23:14
saanj29-Apr-09 23:14 
QuestionCreating dynamic textboxes without postback Pin
antony beula29-Apr-09 21:30
antony beula29-Apr-09 21:30 
AnswerRe: Creating dynamic textboxes without postback Pin
Spunky Coder29-Apr-09 21:56
Spunky Coder29-Apr-09 21:56 
AnswerRe: Creating dynamic textboxes without postback Pin
Abhishek Sur29-Apr-09 22:01
professionalAbhishek Sur29-Apr-09 22:01 
AnswerRe: Creating dynamic textboxes without postback Pin
saanj29-Apr-09 23:16
saanj29-Apr-09 23:16 
QuestionMaster Page Pin
sachees12329-Apr-09 21:18
sachees12329-Apr-09 21:18 
AnswerRe: Master Page Pin
Abhishek Sur29-Apr-09 21:50
professionalAbhishek Sur29-Apr-09 21:50 
AnswerRe: Master Page Pin
Jack Li29-Apr-09 21:51
Jack Li29-Apr-09 21:51 
AnswerRe: Master Page Pin
saanj29-Apr-09 23:17
saanj29-Apr-09 23:17 
Questionhow to strike out the yesterday dates in calendar control Pin
sowmyadaram29-Apr-09 21:14
sowmyadaram29-Apr-09 21:14 
AnswerRe: how to strike out the yesterday dates in calendar control Pin
Spunky Coder29-Apr-09 21:53
Spunky Coder29-Apr-09 21:53 
AnswerRe: how to strike out the yesterday dates in calendar control Pin
Abhishek Sur29-Apr-09 21:56
professionalAbhishek Sur29-Apr-09 21:56 
QuestionCreating PDF file using itextSharp dll Pin
ksarchana29-Apr-09 21:02
ksarchana29-Apr-09 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.