| Thread | Last Post | Replies |
|
| are there no idiots in the group who can read a post and help out | 03 Dec 2006 14:26 GMT | 8 |
where have they all gone. alt.suicide? alt.findContol.then.slit.your.own.throat?
|
| Calling Usercontrol function | 03 Dec 2006 14:16 GMT | 3 |
How can you call a function on a user control(.ascx) ? what is the syntax for this? thanks Bert
|
| User control with "public" events | 03 Dec 2006 13:45 GMT | 2 |
I would like to create user control which will provide OnClick and other events. Something like index.aspx ....
|
| Two PostBack Events Problem | 03 Dec 2006 12:11 GMT | 2 |
ASP.NET 2.0 Web Application Project. I have a class called "SuperPage" that inherits from the System.Web.UI.Page class. In SuperPage, I 1. Override OnInit (do somecustom Session setup)
|
| folderBrowserDialog | 03 Dec 2006 11:47 GMT | 2 |
I would like to save a specific file in a specific location in my local machine, So How can get a folderBrowserDialog in web page like windows applications.
|
| Checkboxlist why is this not working | 03 Dec 2006 11:39 GMT | 2 |
Dim adapter As New System.Data.OleDb.OleDbDataAdapter(cmd, conn) Dim ds As New System.Data.DataSet adapter.Fill(ds) Dim row As System.Data.DataRow
|
| WebService Problem on Windows Server 2003 | 03 Dec 2006 11:28 GMT | 1 |
Scenario: The webservice was developed on windows 2000 Pro and deployed previously on windows XP pro for testing. We have tested for many days. The client for that service was 30+ and accessing the webservice each min. It was working 100% fine. Problem: But now in actual ...
|
| redirect on confirm | 03 Dec 2006 10:33 GMT | 2 |
I can't seem to get this to redirect on confirm. Dialog appears but does not change pages on "ok" what's missing here ? btnComplete.Attributes.Add("onclick", "if(confirm(' complete ?')){window.location = 'thankyou.aspx'}else{return false}")
|
| How Can I get a sub name in my site | 03 Dec 2006 06:58 GMT | 1 |
lets say my site is called with www.mysite.com id like to have people accessing different parts of my website by typing this
|
| How to limit max Invalid Password Attempts with Login Controls | 03 Dec 2006 01:26 GMT | 1 |
I want the if a user enter invalid password by tree times, the system will hold. How can I limit max Invalid Password Attempts with Login Controls? I have set the maxInvalidPasswordAttempts in web.config like below, but it
|
| literals and javascript | 03 Dec 2006 01:25 GMT | 1 |
id like to update a literal using javascript in my aspx code i have a literal with a span tag as follows: <td class="mainTitle" style="height:40;">
|
| WinFX and ASP.NET | 02 Dec 2006 23:43 GMT | 8 |
Does WinFX (.net framework 3.0) provide any benefits for asp.net applications? I'm reading up on WinFX and it sounds like it's specifically geared for Windows Vista. If I want to upgrade my asp.net apps from framework 1.1 should I migrate to 2.0 or 3.0?
|
| email doesn't get sent | 02 Dec 2006 21:40 GMT | 2 |
Can someone see why this asp validation script doesn't send the email? The validations work as expected the with JS turned on or off but the email never gets processed. The middle portion is lifted directly from my standard asp file which works fine without the asp validation ...
|
| Pass Parameter As DataGridItemEventArgs | 02 Dec 2006 18:49 GMT | 2 |
A Form has a DataGrid & a Button. The DataGrid's ItemDataBound event calls a sub named 'BindData'. This sub first finds a Label which exists in the ItemTemplate of the TemplateColumn of the DataGrid & does some work with the Label.
|
| Is it possible to look at ASP.NET controls implementation? | 02 Dec 2006 16:51 GMT | 3 |
i would like to extend some ASP.NET controls but to do that I would like to see what is really happening inside. Is there a tool to take a look inside ASP.NET controls? Thanks
|