| Thread | Last Post | Replies |
|
| Problems calling a page by URL | 24 Oct 2007 12:56 GMT | 2 |
Hi misters, I have a page that I request it by URL like this: http://localhost:2121/Integracion/WFServiceRequest ...
|
| UpdatePanel and navigation | 24 Oct 2007 12:17 GMT | 6 |
this must have been asked a thousand times, but for some reason I couldn't find anything on this.. I have an ASP.NET 2 website with a masterpage, which contains some navigation links (partially created from a database at runtime,
|
| Help with vbscript in asp.net | 24 Oct 2007 11:47 GMT | 18 |
Set objUser = GetObject("WinNT://WALKER_MORRIS/hup^,user") If objUser.IsAccountLocked = True Then ....... I am using the above code as part of my asp.net web application. I have tested the code and it works fine except when the code executes
|
| How debug and trace classes are different. | 24 Oct 2007 10:46 GMT | 1 |
How debug and trace classes are different. Thanks n regrards, Bhuwan
|
| SMTPClient ever send HTML mail to Junk Folder | 24 Oct 2007 10:31 GMT | 6 |
I've a simple ASP.NET Page that send a email using smtclient. The server is a Exchange and use my credentials to autentificated. The problem is that the send mail appear in the junk email folder. Any idea.
|
| What is the difference between web farm and web gardens? | 24 Oct 2007 09:27 GMT | 2 |
What is the difference between web farms and web gardens? Thanks n Regards, Bhuwan
|
| ASP.NET and HTML controls for browsers | 24 Oct 2007 09:21 GMT | 5 |
I have read an article on the net saying that the asp.net controls that come with visual studio will render output depending on the browser. Is this true?
|
| what a viewstate expire | 24 Oct 2007 09:09 GMT | 2 |
What a viewstate expires? can any body tell me?
|
| AD Membership Connection | 24 Oct 2007 09:08 GMT | 1 |
I am having a problem connecting using the ActiveDirectory Membership provider. I define my Connection string as follows: <add name="ADConn" connectionString="LDAP://BEL-ADC-01.UTVi.local"/>
|
| Postback Issues | 24 Oct 2007 08:21 GMT | 4 |
I'm having some problems with "Invalid postback or callback argument" on an ASP.NET page. It appears to only happen on Firefox browsers, but I could be wrong about that. At any rate, the exception is raised when the user clicks on a postback link
|
| Worker process | 24 Oct 2007 03:47 GMT | 2 |
Can anyone explain me about what is a worker process in ASP.net. Thanks and Regards, Bhuwan
|
| the j in ajax: run javascript method on async postack | 24 Oct 2007 00:06 GMT | 4 |
hey all, is there a way to run my javascript method on every async postback? thanks, rodchar
|
| debug help please | 24 Oct 2007 00:05 GMT | 2 |
hey all, i'm looking in the immediate window and i see this: disabled: false < More... (The first 100 of 134 items were displayed.) >
|
| Is there a way to format a cell in a GridView? | 23 Oct 2007 23:25 GMT | 3 |
Is there anyway to format a cell such that it displays every number as a floating point with both numbers to the right of the decimal displayed irregardless of the number. For example the number 23.00 would be displayed as "23.00" rather than "23".
|
| FPSE and IIS | 23 Oct 2007 23:21 GMT | 1 |
I am new to ASP.NET. I want to know: (1) What are Front-Page Server Extensions and what role it plays while working with ASP.NET? Do I need to learn Front-Page along with ASP.NET?
|