| Thread | Last Post | Replies |
|
| Getting data from another website dynamically | 19 Jun 2007 08:33 GMT | 1 |
Theres a website that books hotels . user enters the information and according to that results are displayed to the user.Let it be website A. Now I want to create a new project with designing page same as in
|
| Searching for free hosting with ASP.NET 2.0 | 19 Jun 2007 08:30 GMT | 8 |
Hello, Can you tell me please if there is any provider that offers free hosting with ASP.NET 2.0 for non commercial use ? I tried a few I found googling but they are not available right now.
|
| Regarding the screen resolution | 19 Jun 2007 07:41 GMT | 1 |
I have an asp.net webapplication,designed in laptops having resolution 0f 1280x800. Now the same application when i run on a Desktop with a different resolution the display of the screen is different from my system.We
|
| Internet Explorer alert on resending information | 19 Jun 2007 01:52 GMT | 2 |
Can anyone let me know why do we generally see a message which says: "IE needs to resend the info you've previously submitted. Retry Cancel" How can I prevent IE from showing this message? I am using javascript code i.e., window.location.reload(true) to reload an existing web form ...
|
| Stored proc | 18 Jun 2007 21:40 GMT | 5 |
I have the following stroed procedue. But whebnnI execute it it gives me following errors. Could you please tell me what is wrong Msg 156, Level 15, State 1, Procedure usp_DateDiff, Line 43
|
| Error message | 18 Jun 2007 21:34 GMT | 1 |
Again thanks a lot but When I execute only this portion it gives me error Syntax error converting the varchar value '2d 0h 0m' to a column of data
|
| how to get the role of an user? | 18 Jun 2007 21:16 GMT | 3 |
i want to get the role of an logged user. All i found is the function InRole, but it doesn't give the role of the user. dim rl as rolegroep
|
| Return Value from Stored procedure | 18 Jun 2007 21:09 GMT | 1 |
I have a stored proceure whic is returning a table. Now I need ADO.Net statement So that I can pass parameters to this stored procedure and get Retuened table from stored procedure. Could you please send me code how can I reterive a returen value of
|
| Hiding Controls | 18 Jun 2007 21:07 GMT | 4 |
I am new at the html side, but I what I have is a serious of DataViews on my screen. When you click a link, it needs to show the appropriate dataView and hide all the others. How do I hide these and make the appropriate one display at the top of the screen rather than where it
|
| list of countries File v. Array v. HTML list | 18 Jun 2007 21:01 GMT | 1 |
I want to get an opinion on some .aspx logic. Say for isntance you have a user data submission form that amongst other things is gathering STATE and COUNTRY information of which appear in a dropdownlist.
|
| Enterprise Library 3.1 and ASP.NET Web.config | 18 Jun 2007 19:35 GMT | 2 |
In EnterpriseLibrary 1.1 I could create the following in the web.config of an ASP.NET app. Is this possible with EntLib 3.1? If so what is the xmls value which should be used? Thanks! <enterpriselibrary.configurationSettings
|
| Redirect URLs in IIS 6.0 | 18 Jun 2007 19:23 GMT | 4 |
Can someone please tell me how to redirect all URLs like http://App1.company.com/sites/OLD/* to http://App2.company.com/sites/NEW/* in IIS 6.0 ?
|
| Needing to e-mail the page | 18 Jun 2007 19:19 GMT | 2 |
>From within an asp.net app, I need to e-mail the document in the browser (not the link, but the page). Can this be done easily, and if so, can you refer me to the "how to". Also, what is the preference in sending e-mail from within .net?
|
| VB SqlDataSource.Select | 18 Jun 2007 18:48 GMT | 2 |
Hi, I am writing my first web app in VB.Net, after being very familiar with C#.Net. I am trying to store the results of the SqlDataSource.Select() method. In C#, the select method returns a DataView, which you can manipulate very easily. But I have not had
|
| User authentication | 18 Jun 2007 18:39 GMT | 6 |
is there any possibility to authenticate the user without using the new login contorls. i'm ready to create new tables and design. all that i need is track weather the user is online or not. If he is logged in, he is capable
|