Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / July 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Cascading Style Sheet Is Such A Hazard To Your Privacy |||||21 Jul 2006 18:47 GMT4
Cascading Style Sheet [.css] is such a hazard to your privacy. It
allows others on the internet to see your monitor and files. It allows
them to copy images on your monitor to their computers. It also allows
them to copy files from your computer to their computers. It is
"Invalid FORMATETC stucture" when dragging a custom Gridview onto20 Jul 2006 20:07 GMT4
I created a simple custom control inherited from a GridView as a test...
using System;
using System.Collections.Generic;
using System.Text;
Custom Control rendering18 Jul 2006 23:25 GMT1
I'm overriding the Render method in a Custom Control that inherits from
WebControl. Some of the ouput code is as follows;
protected override void Render (HtmlTextWriter writer)
{
HierarchicalDataSourceControl Class and System.StackOverflowExcept18 Jul 2006 23:22 GMT5
When running the example code for the FileSystemDataSource which in found in
the HierarchicalDataSourceControl Class documentation, I get a
System.StackOverflowException. Can someone please help me solve this problem?
http://msdn2.microsoft.com/en-us/library/system.web.ui ...
WebControl and JavaScript14 Jul 2006 15:47 GMT1
I created a webControl that overrides the "Render" method that contains a pretty long javascript, which is finally rendered as follows:
 this.Page.RegisterStartupScript("Load" + this.ClientID, script.ToString());
I would like to re-use this control in various other projects, but ...
Custom RadioButtonList and modifying HTML?14 Jul 2006 15:43 GMT1
The HTML generated by the RadioButtonList contains a table structure as:
<table id="rbList1"  border="0">
    <tr>
        <td>rb1</td><td>rb2</td><td>rb3</td>
Issues Persisting Design time changes to page source14 Jul 2006 15:38 GMT1
I have a Control which I'm designing the LiteGrid which has two properties
"Columns" and "Actions".  These properties are in turn Collections of
sub-items.
in the end the aspx source should look like:
Server.Transfer in control's Render event14 Jul 2006 12:20 GMT1
In ASP.NET 2.0 I created a custom user control, in overriden Render
event I put Server.Transfer command. I put my control in aspx page. The
behavior is strange: expected behavior would be that the content of
transfered page should be displayed instead of my current aspx page.
LoadControl(Type t, object[] parameters) usage13 Jul 2006 12:59 GMT2
has anybody used this type of loading user controls,
in the user control how will i hadle the passed parameters in the contructor
and also
can somebody give a code script for instantiating the object[] parameters
Atlas and VS2003!!!09 Jul 2006 17:39 GMT1
is there any way to create an asp.net control in VS2005 and then use it
by any
means in VS2003 ??
is there a way to acheive this by any means ???
Disabled textbox is nothing on postback :o(09 Jul 2006 00:34 GMT4
I need to use Request.Form.AllKeys to get values of my textboxes, but
disabled textboxes are not shown.
Here's my code...
<%
Webresource.axd06 Jul 2006 22:01 GMT1
Hello - i have created a simple composite control with drop down list
displaying the US States. I have also a Javascript (County.js) file embedded
inside the control. The Javascript file has an array of County Names. IN
another Javascript i have a function that will display a ...
viewstate and custom control05 Jul 2006 09:57 GMT1
I have custom control with dropdownlist. I am using this custom control in a
repeater.  After the post-back the control properties that i stored in
viewstate does not exist.  They are all empty.
When, where and how does viewstate get set with custom control?  I would
accessing html fields05 Jul 2006 05:56 GMT1
I have an input field defined outside the <form> area. Its a simple html
text input that is used to enter the number of hours.
<input id="HoursField" name="hours" type="text" />
I want to access this field from the server side (c# code). I tried these
a tree control in asp.net with drag and drop04 Jul 2006 18:22 GMT1
I want to build a tree custom control in asp.net with drag and drop
capabality.I dont know how can I do it.any one can help or introduce
some resources?
Pages: 1 2 3 June, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.