| Thread | Last Post | Replies |
|
| Page Load Phasing | 20 Mar 2006 03:18 GMT | 2 |
I am generating a popup window for data entry using the javascript window.open function: window.open('ViewItem.aspx', Index, WindowSetUp) ; I need to generate some controls dynamically in ViewItem.aspx, the type of
|
| passing values between controls | 20 Mar 2006 02:58 GMT | 1 |
Hi all, learning the asp.net is a slow process... but I am plodderign along. I have hit a bit of a snag - I have 4 pages of code here... control1.ascx control2.ascx
|
| Deploying VWD Express App to IIS using SQL Express w/ Membership i | 20 Mar 2006 02:14 GMT | 3 |
Okay, I'm 18 hours into this now and am at a loss. What I've done is create an application on my local workstation using VWD Express using the membership/roles provider and SQL Server Express configured for local authentication. I have an aspnetdb database in my app_data folder ...
|
| Reading Blobs from SQL and using it in an Image control of a webfo | 20 Mar 2006 01:51 GMT | 9 |
Please This is queit a task av been trying to solve. Could anyone please tell me how to read a blob from an SQL using a dataset and stuffing this image into the Image control of a webform. Any suggetion that would help would be highly appreciated.
|
| Random number generator, generating 10 different numbers. Need Help. | 20 Mar 2006 01:19 GMT | 1 |
I am after VB.net code for a random number generator that will generate 10 different numbers between 1 and 10 and put them into an array. For example I want the output to be something like 10,7,8,6,9,4,5,2,3,1. Can anyone provide me with the code?
|
| Global variable | 20 Mar 2006 01:14 GMT | 2 |
I need to declare a global variable in my Aspx.Vb code to be available on my Aspx page. Where should i declare my variable inside my asp.vb code? Thanks,
|
| showing who is logged on | 20 Mar 2006 01:13 GMT | 1 |
(using 1.1) I need to show who is logged on to my asp.net application. I'm using forms authentication. I can add users to an application variable when they log in. But I need a way to remove them from the list after they have been
|
| accessing a value of a user control from the calling page | 20 Mar 2006 00:55 GMT | 6 |
Hi all. I have spent the better part of a day scouring the newsgroups and I am sure that I must have come across the solution a number of times - but I am still a real newbie at asp.net so please forgive me beforehand if I ask anything really simple or ridiculous.
|
| Cache problem... | 19 Mar 2006 23:45 GMT | 4 |
I am running a code on the local machine and its working fine.. but when i put it on the production server it gives the most weird problem.. After loggin the user i move up the hiearchy by clicking the links retrieve from the database.. but when i click back and try to come back ...
|
| regarding ICallbackEventHandler problem!!! | 19 Mar 2006 22:59 GMT | 1 |
I have try a lot and found if I add "DataBind" to my codebehind, the callback dosen't works, but if I remove the databind ,it works again.
|
| how to pass arguments to aspx | 19 Mar 2006 22:10 GMT | 3 |
How can I pass an argument in this line below? http://publicdocs.medbd.ca.gov/pdl/mbc.aspx?qtxtLicenseNumber=33287 If I remove this ?qtxtLicenseNumber=33287 and just type 33287 in the search box like a human user, it works fine
|
| bridview doesn't appear if table is emtpy | 19 Mar 2006 21:44 GMT | 2 |
I'm using a gridview bound to an SqlDataSource. If the table is empty the gridview doesn't appear on the page. Is there a way I can force the empty gridview to appear to allow inserting new rows? Thanks much.
|
| GridView Control - limiting width and overflow | 19 Mar 2006 20:06 GMT | 4 |
I have been working with the new GridView control, and while figuring out most of it's idiosyncrasies on my own, have stumbled upon a problem I cannot seem to resolve. We have table displayed in a GV control.
|
| SmartNavigation and ASP.NET 2.0 | 19 Mar 2006 19:57 GMT | 5 |
I can see from the msdn-docs that SmartNavigation is now obsolete. Why is that? The SmartNavigation feature has been replaced by MaintainScrollPosition, but the scoll position is not why we're using
|
| add server controls to the templates for the DataList control. | 19 Mar 2006 19:09 GMT | 3 |
how do I load controls to the templates for the DataList control. <asp:datalist id="dl1" runat="server" > <ItemTemplate> " how to load control(s) here ????"
|