| Thread | Last Post | Replies |
|
| Auto Post Back | 10 May 2007 17:15 GMT | 2 |
I have a ListBox with AutoPostBack='True'. The corresponsing form is set as follows: <form runat='server' method='POST' action='results.asp' name='mbrlst_search' ID='search_form'>
|
| Please Wait Image Control | 10 May 2007 17:08 GMT | 5 |
I have a webservice that returns a byte[] for an image. I'd like to disaplay an image while the webservice is being contacted and then once the byte[] is available show that and remove the please wait image. I was thinking of trying to use the CallBack mechanism but wondered if ...
|
| Islam, the Religion of Ease | 10 May 2007 16:55 GMT | 4 |
Excuse me!! Would you stop for a moment?! O...man...Haven't you thought-one day- about yourself ? Who has made it?
|
| How to get data from 2 different databses? | 10 May 2007 16:49 GMT | 6 |
i hope someone can post a solution to my problem, i am a beginner and work with visual web developer express edition. what i am currently working on is an interactive web-page that
|
| How to consume a Web Service made with ASP 3 from asp.net | 10 May 2007 16:08 GMT | 1 |
I need to consume a web service (SOAP) made with asp3 from asp.net. Do you any idea how can I do this ? I thank you in advance Stan
|
| Page language | 10 May 2007 15:39 GMT | 6 |
I'm currently developping a web site (not a web application) with asp.net and would like to use the localization functionalities to avoid doing my pages twice (and maybe eventually, 3 times). But I would also like the user to have urls like www.thedomainIregistered.com/en/thepage ...
|
| Masterpage problem please help... | 10 May 2007 15:37 GMT | 2 |
I am designing the master page for my site. I have used a table and ther are three rows in a table. Table lies in the 1. Header
|
| Help making a site work with Firefox | 10 May 2007 14:57 GMT | 3 |
Can anybody suggest websites that talk about what you need to do to make an IE site also work under Firefox. What things are allowed and what aren't - that type of thing. TIA - Jeff.
|
| VS 2005 trying to publish a website - need help | 10 May 2007 14:45 GMT | 3 |
I recently converted a VS 2003 application to VS 2005. When I compile it in VS 2005 every thing gets compiled with no errors. But when I try publishing the website I get all different kinds of errors... just to give you a number of errors it is 888 :) All these
|
| Losing leading zeros in timespan | 10 May 2007 13:39 GMT | 1 |
using .NET 1.1 C# I am trying to determine page generation time. I have TimeSpan RenderTime = DateTime.Now - PageTime; (pagetime was set up in oninit, Rendertime is in the render
|
| ASP.NET send email -> Autheticate User information via LOTUS NOTES | 10 May 2007 13:16 GMT | 3 |
Can asp.net 1.1's Mail object autheticate user information via Lotus Notes? For IIS's built in SMTP, it can be done via CDO SYS: objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "localhost"
|
| Login form implemntation | 10 May 2007 12:25 GMT | 1 |
Can Some one please suggest me best way to implement login and password process in asp.net but not to use inbuilt in ASP.net as I have tried to make it work It didn't. I have tried to user to login with right details but then store user
|
| Expression, Silverlight? | 10 May 2007 12:19 GMT | 4 |
I'm a Visual Studio developer confused by seeing these new products coming out... Expression and Silverlight. Is Expression maybe a successor to FrontPage and is Silverlight maybe something to compete with Flash?
|
| Session State | 10 May 2007 11:42 GMT | 4 |
Hi every one I m storing a value in session like session["User"] = some value then I am checking evrery page onLoad that if this session["User"] ==
|
| Changing Print Options | 10 May 2007 10:59 GMT | 2 |
I have an asp.net (v2) webpage with has a print button on it, I would like to change two local print settings automatically when it is pressed and change them back after it has printed. The settings I want to change are portrait to landscape and to select print ...
|