| Thread | Last Post | Replies |
|
| Oracle Cursors with .Net | 08 Jun 2008 03:25 GMT | 1 |
I am having an argument with our DBA, he is under the impression that it is the .net api always opens a cursor. However I believe that Oracle always opens a cursor for any select statement.
|
| Newspaper columns. | 07 Jun 2008 22:31 GMT | 2 |
I have a list of items that I'd like to have wrap like columns in a newspaper. So that as I add items, it would be in two columns and things would wrap appropriately. So if there were 11 items, it would be 6 in 1 column, 5 in another. If there are 18 items, it would be 9 and 9.
|
| WebUserControls and SessionState | 07 Jun 2008 20:52 GMT | 2 |
I am making a WebUserControl that creates a dataset dynamically. There are multiple steps for each table of the dataset where each step is a different view of a MultiView control. Do I need to use Session to keep track of the dataset inside the control?
|
| click here to know asp dot net | 07 Jun 2008 16:40 GMT | 1 |
CLICK HERE http://polticsinfs.blogspot.com/
|
| conditionally show a master page? | 07 Jun 2008 16:25 GMT | 2 |
is there a way to turn off a master page under some conditions? I have a master that has a master page. if a person is a member i wand to show the second level master else i want to hise it. Is this possible?
|
| SP Expects paramater not supplied error | 07 Jun 2008 14:48 GMT | 7 |
I have a stored procedure named insertcompany. I keep getting the error: Sys.webforms.pagerequestmanagerservererrorexception: Procedure or function 'InsertCompany' expects parameter '@ApptPhone1Required', which was not
|
| verticle alignment of text to bottom of (printed) page | 07 Jun 2008 11:23 GMT | 2 |
Is there a way to place some text at the very bottom of a printed page? This doesn't seem to work. <div style="vertical-align:text-bottom; text-align:center;"> <span style="text-align:center;font-weight:bold;font-size:20pt;"><u>
|
| WebUserControl and vs2008 properties window | 07 Jun 2008 10:12 GMT | 1 |
Is there a way to make properties of a web user control show up in the properties window?
|
| web service for reverse lookup phone number | 07 Jun 2008 09:32 GMT | 1 |
I just need simple information specificly the carrier of the phone and if it's a moble unit. Is there a web service some one here can recomend?
 Signature Share The Knowledge. I need all the help I can get and so do you!
|
| Fileupload an MDB? | 07 Jun 2008 08:23 GMT | 1 |
In the interest of creating a 'quick' "DTS-like" feature for our application I've written code to read from an MS Access database and either import or insert directly into SQL server 2000. The problem is, where to put the MDB once the web page is in production? -
|
| How do I loop this | 07 Jun 2008 06:59 GMT | 3 |
I actually need to do the below for 10 controls ddlInsuranceCompany1.SelectedItem.Text = Value; txtPolicy1.Text = value; SO i opted for a for loop
|
| Empty POST request | 07 Jun 2008 06:18 GMT | 3 |
I am facing a strange issue. I have 3 ASP pages in the default website 1. auth.aspx [code]
|
| best way to do this, list of urls | 07 Jun 2008 00:08 GMT | 4 |
I have a web app that allows the user to create a list of urls. I am currently have a textbox the user inputs the URL in one at a time and then a button that when clicked adds the link to a dropdown list. Then for the dropdown selected event I set the URL of a link button to ...
|
| Article Storage: Files vs. Database | 06 Jun 2008 22:46 GMT | 18 |
I'd like to build a Website that contains many articles. Two basic approaches are to either store the articles in aspx files, possibly indexed by the database, or to store the article text in the database. Some advantages of storing them in files are simplicity, and efficiency.
|
| postback link invalid for hyperlink starting with www | 06 Jun 2008 22:07 GMT | 1 |
Hi I have a link button and when I set the PostBackUrl to something starting with http it works fine. When I set the postbackurl to something starting with www like www.goodvalue.com it looks like it is adding the www to the project directory so I get
|