| Thread | Last Post | Replies |
|
| Get a handle on a dropdowlist? | 17 Oct 2005 17:55 GMT | 3 |
Good Morning All, How can i get a handle on this drop down list? public void myDropDown_OnDataBinding(object sender, EventArgs e) {
|
| Custom Collection | 17 Oct 2005 17:42 GMT | 2 |
I have started to implement Strongly typed CustomCollection for my Entities instead of using Dataset & Datatable.. All my Collection Classes inherit from CollectionBase.. I tried to serialize my class to save state by implementing ISerializable interface but I wasn't
|
| User Authentication system with 'Remember Me'. | 17 Oct 2005 17:32 GMT | 1 |
I'm currently at the Macromedia Max Developer Conference in California and was impressed by vendor's InterAct User Authentication system which bascially allows one to smash together a 'Remember Me' User Authentication and login system. It took 10 minutes!!
|
| Dynamic CheckBox CheckedChanged event not firing | 17 Oct 2005 17:24 GMT | 2 |
In the ItemDataBound of my datagrid I am creating a checkbox dynamically. I have the eventhandler defined for CheckedChanged of the check box. The event is not firing. The grid is bound in the Page_Prerender method. My code is something like this
|
| How to assign a column of URLs to Hyperlink Column of a DataGrid c | 17 Oct 2005 17:19 GMT | 10 |
Hi, all: I need a help from you about DataGrid control. I created a DataGrid, dg, in design view of .NET visual Stadio and use the builder to add a Hyperlink column to dg.
|
| changing <span> forecolor | 17 Oct 2005 17:11 GMT | 2 |
Is it possible to change the forecolor of a Span programmatically? Cheers, Mike
|
| Cannot create project in Windows Server 2003 | 17 Oct 2005 17:09 GMT | 1 |
I've been trying to create a new web application project in Visual Studio 2003 running on a Windows Server 2003. I get the message Window titled Web Access Failed The default Web access mode for this project is set to file share, but the
|
| VS 2005 and Javascript Resize event? | 17 Oct 2005 17:07 GMT | 1 |
I am using VS 2005 and have a simple page, whose layout will be defined by javascript in the BODY elements onresize event. The problem I have is that the onresize event seems to have been depreciated. For instance I cannot do
|
| datasource..record count | 17 Oct 2005 17:02 GMT | 1 |
can i get record count from datasource?? let say my query. ---------------------------------------------------------------------------------------- string mySelectQueryw = "select * from tbluser";
|
| Help on template ?? | 17 Oct 2005 16:16 GMT | 1 |
Does anyone could explain me in simple words what are all this template about ? When to use them ? How to retriev data of the field if template is used ?
|
| ASP.NET WebSite: Permission Issue | 17 Oct 2005 16:14 GMT | 9 |
I have installed an ASP.NET application under a web site. ASP.NET application uses an Impersonation Account, specified in Web.Config. Authentication mode is set to Windows and anonymous access is disabled (deny ="?").
|
| Link Button in Custom DataList Control | 17 Oct 2005 16:07 GMT | 1 |
I have created a custom DataList web custom control, which populates data from a dataset. This dataset is available at runtime and exposed as property by my custom control.
|
| Feedback The Number of Characters Entered Into Textarea? | 17 Oct 2005 15:48 GMT | 4 |
I'm wondering if anybody has figured out how to implement this feedback methodology [1] which displays [ x ] Characters Remaining when using the TextBox TextMode="MultiLine" attribute which will cause the TextBox to be output as a textarea element.
|
| ASP.NET app initialization problem (Failed to map the path) | 17 Oct 2005 15:45 GMT | 2 |
I have the following setup: A website that is completely accessible to a logged-in user. Access control is handled by a third-party external module implemented as an ISAPI filter. The /webservices subdirectory contains a public webservice. The ISAPI filter
|
| creating button onclick events programmatically | 17 Oct 2005 15:37 GMT | 2 |
Is it possible to create the following programmatically Button27.Attributes("onClick") = "javascript:abc();" without creating a separate line for each Button27.Attributes("onClick") = "javascript:abc();"
|