| Thread | Last Post | Replies |
|
| Create String | 19 Oct 2007 21:02 GMT | 2 |
I need to create the following string at runtime to add to my page: " <script type="text/javascript"><!-- client = "3894758346587";
|
| Master page as default | 19 Oct 2007 20:49 GMT | 3 |
I have added a "Master Page" and noticed it is having the extension ".master". I want to set this master page as default and want to open it as I open my web-site. I tried to set the startup properties, but it gives error for the master page since it does not have an
|
| Get 2 Strings | 19 Oct 2007 20:40 GMT | 5 |
I have a string which has the following format (I give 2 examples): "FirstWord468x60SecondWord" "FirstWord5x172SecondWord" I need to get the numbers 468 and 60, or 5 and 172 into strings
|
| JavaScript vs VbScript | 19 Oct 2007 20:40 GMT | 5 |
Our client applies IE as their only acceptable browser, so it makes more sense for us to employ only VbScript as the client side language. My question is this, is there any area that VbScript has deficiency or is less compatible than JavaScript?
|
| Calling HttpWebRequest.GetResponse() hangs my program! | 19 Oct 2007 20:28 GMT | 4 |
Hi Friends, I have this code in a C# console application which calls a URL on my website(Asp.net/C#) with Querystrings. (I have also tried without querystrings).
|
| Login Control data source | 19 Oct 2007 20:17 GMT | 1 |
I first created SQL Server database and then my web-site. I have a Login Control on my Web form. I want to set the data source of my web- site to point to my database. I also want to bind the Login Control to a table in my database.
|
| sharing control data between pages | 19 Oct 2007 19:48 GMT | 5 |
what is the best way to share the data of lets say a textbox text between pages? for example if I fill the textbox in one page and later redirect to a new page, and
|
| Performing a POST from asp(.net) ? | 19 Oct 2007 19:47 GMT | 4 |
Does ASP and/or ASP.net have any modules that can be used to perform HTTP POSTs to web pages and forms? This would be an application where there would be one form for the end user to fill out - then the called asp(.net) program would set up the
|
| Display a list of files | 19 Oct 2007 19:25 GMT | 4 |
I need to get a list of files in a directory, say c:\temp, and display it in a drop down list. How would I do that?
|
| Dynamically created controls not refreshed | 19 Oct 2007 19:20 GMT | 2 |
I am building a website in VS2005. I basically have one page, default.aspx, which contains placeholder objects into which I add various controls that are dynamically created. I have a dropdownlist that is created in the InitializeComponent event so I can do a
|
| Reinitialize a dll | 19 Oct 2007 19:02 GMT | 2 |
A few days ago I posted the below as result of the kind reply from Bruce. I still need an answer on: Thanks a bunch for your reply! What does it mean for dll to support a "reinit". How is this defined?
|
| Cache Page before the new page | 19 Oct 2007 18:40 GMT | 1 |
I did developed a code in VS2005 aspx file which opens pop up window on button click javascript window.showModalDialog(popwin.aspx? cCODE='cd',winprop) Now as popwin.aspx take long time to load(the html javascript tag are
|
| GridView - Hyperlink | 19 Oct 2007 18:11 GMT | 1 |
The text below is a GridView I am trying to use to display some data from a database. I am using one templatefield of grid because I want the contents of the record fields to appear on three different lines. Everything works except I now want to add an image with which acts as a
|
| ASP.NET design etmplates | 19 Oct 2007 18:11 GMT | 1 |
Does anybody know how to implement the design templates in ASP.NET? The templates we're using have been downloaded from this site: http://msdn2.microsoft.com/en-us/asp.net/Aa336613.aspx but they don't tell you how to incorporate them into VS.
|
| Newbie: Open other form when link is clicked | 19 Oct 2007 17:53 GMT | 2 |
I have a hyperlink on my Web form (home.aspx). I want to open another form (Login.aspx) when user clicks this link. How to do this? I also want to maintain site map when another form gets opened.
|