| Thread | Last Post | Replies |
|
| Label | 04 Dec 2006 18:08 GMT | 2 |
I have a table with 3 columns. In column 1 I have a label, in column 2 I have a datagrid. The datagrid can have from 0 to many rows being displayed depending on the users selection and the row height changes with the grid. How do I anchor the label to stay in the upper left ...
|
| Webresource css file issue | 04 Dec 2006 17:02 GMT | 1 |
I have created a custom control with Webresources and everything worked fine in localhost and development box. When I migrate to production I am getting the following error Error: The stylesheet ..../WebResource.axd was not loaded because its
|
| Default Function Value | 04 Dec 2006 16:18 GMT | 1 |
I have a function as follows: Public Function myF() As String ... End Function
|
| Access Data | 04 Dec 2006 15:54 GMT | 5 |
I have a 2 SQL procedures: the first one returns only a string. The second one returns only a boolean value. I created all my connection, parameters and command code. What is the best way to read the returned string value, in first case,
|
| ASP.Net 2.0 & Easyspace | 04 Dec 2006 15:49 GMT | 2 |
I have recently been trying to develop a website using ASP.Net 2.0 and then deploying the application on Easyspace. I use the publish website option within Visual Studio 2005, this works fine, with all the files and configuration data downloaded to the ftp site on Easyspace.
|
| WEB Service | 04 Dec 2006 15:06 GMT | 1 |
Hai, I dont know much about the web service if you know tell me any website to learn web service or you tell me 1) What is Web service?
|
| asp:menu trouble | 04 Dec 2006 14:06 GMT | 4 |
I am having troube getting my menu control to render properly on the pordcution server. It works perfectly on my one system, but when I uploaded it the dynamic part of the menu does not function. I also had a problem with the default PopOut image, but when I changed
|
| Managing multiple instances of an asp.net application | 04 Dec 2006 13:26 GMT | 1 |
I have an asp.net application which can be configured via web.config. I had to setup multiple versions for multiple customers, so I made copies of the application folder and created virtual folders for each customer. This is ok for a small number of customers but not if the
|
| get dataRow value from false column name | 04 Dec 2006 13:12 GMT | 1 |
I have a DataRow (from DataTable) and i want to get data from a column name that might not exist. public static object getObject(DataTable dataTable, int index, string columnName)
|
| Loading a pdf file into iframe. | 04 Dec 2006 12:30 GMT | 1 |
Confused about loading a pdf file into an iframe from C# code behind. I have a PDF file called temp2.pdf in my document root. The file is physically located at C:\inetpub\wwwroot\MySite\temp2.pdf . In the code behind I try:
|
| Trouble with a simple cookie | 04 Dec 2006 12:20 GMT | 3 |
Hey guys - hoping you can help me out here. I'm using asp.net 2 (VB) and trying to set and retrieve values from a cookie. I've done this a few times before w/o a problem but I seem to be overlooking something here. I'm even following my previous working examples and I can't ...
|
| How send a FAX ? | 04 Dec 2006 11:33 GMT | 2 |
i need send a text, from HTML textbox to a FAX. How i do it ? You can tell me any website to learn this ? Or a example ? Thanks
|
| Multiple Projects on single web site | 04 Dec 2006 10:46 GMT | 2 |
We are developing a large modular application, and in order to simplify splitting of work between developers etc. we want to develop it using several different projects, and then combine the results into a single site. We plan to do this by having a 'Site' folder in which the main ...
|
| cretaing a data grid | 04 Dec 2006 09:14 GMT | 1 |
I have a problem I'm not so good at grids actually it's one of my first time to use asp.net and I have to create a datagrid and supposed to view all names at the front.
|
| Query | 04 Dec 2006 09:03 GMT | 3 |
Though I am new registered member of tthis group, I used to read posts frequently and they were really helpful. I have one query. Allignment of my aspx pages created in .NET 2.0 getting disturbed when
|