all groups > asp.net > november 2007 > threads for thursday november 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
DATA THROUGH QUERYSTRING
Posted by vinodkus@gmail.com at 11/22/2007 10:10:28 PM
DEAR SIR/MADAM
I WANT TO SEND DATA THROUGH QUERYSTRING BUT I DONT WANT TO SHOW
DATA IN URL. HAVE U ANY METHOD PLEASE TELL ME.
THANKS IN ADVANCE... more >>
Changes in .net 2.0 SP1?
Posted by PSiegmann@mail.nu at 11/22/2007 9:50:00 PM
..net 2.0 SP1 is included with .net 3.5 and is released as stand alone
now:
http://www.microsoft.com/downloads/details.aspx?FamilyId=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&displaylang=en
But I can't find an errata. What are the changes in fixes in SP1? If
there is an KB article, I can't fin... more >>
StyleSheet and Authentication
Posted by Marine at 11/22/2007 7:11:59 PM
Hi,
When i use this in the web.config file :
<authentication mode="Forms" >
<forms defaultUrl="Console.aspx" loginUrl="Identification.aspx" ></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
.... the StyleSheet and StyleSheetTheme of the Identification.aspx... more >>
Script Manager
Posted by shapper at 11/22/2007 6:23:10 PM
Hello,
I know that only one page can be added to a page.
I am working on a library with various custom controls.
I might need to add references to the script manager of the page where
the control will be added.
I suppose I can't created a script manager on my custom control
because whe... more >>
Script. Which event?
Posted by shapper at 11/22/2007 6:19:25 PM
Hello,
In which page event should I add javascript blocks to my page or
include javascript files references?
Thanks,
Miguel... more >>
Which one is right?
Posted by shapper at 11/22/2007 4:36:22 PM
Hello,
I am working on a custom control and I created a property and a "New"
method.
What is the right way to define the property in "New" method:
_Name = name
or
Me.Name = name
Here is my code:
' Name
Private _Name As String = String.Empty
Public Property Name() As Str... more >>
Out of memory when having lot of memory!
Posted by jmr at 11/22/2007 4:33:07 PM
Hi All,
Our aspnet application is randomly thrown this exception:
System.OutOfMemoryException
It only happens on our bigger 2003 server (4GB of ram!)
I've found this on Microsoft site:
http://support.microsoft.com/kb/820108
This could be our problem but how to be sure ?
To be honest, ... more >>
How to set GridLayout and FlowLayOut in VS 2005 ?
Posted by luqman at 11/22/2007 4:27:31 PM
How to set GridLayout and FlowLayOut in VS 2005 ?
Best Regards,
Luqman
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to retrieve, in a Intranet, the name of the client computer that connects to IIS 6.0
Posted by DevX at 11/22/2007 3:37:18 PM
Hello,
I have a big intranet that I run with IIS 6.0.
I need to log the client's machine names, and I found on the web istruction
on how to use REMOTE_HOST server variable while enabling Reverse DNS on IIS.
Using also a query to the DNS retrieves only the names of machine that are
regis... more >>
postback in ASP.NET
Posted by ma at 11/22/2007 2:59:14 PM
Hello,
I want to create an image map using Zedgraph (www.ZedGraph.org). I can
create an imagemap so that each point in the graph has a link and user can
press that link to do some action. To bring back the user to the same page,
I used the URL of the point to point to the same page. The sys... more >>
On a dropdown, when you type letter it helpfully selects related item. How can I slow the timeout on this feature?
Posted by anonymoushamster at 11/22/2007 9:31:00 AM
On my dropdown, if I type it automatically goes to a related item that
matches what I type - so long as whatever I type takes less then one
second.
How can I extend this timeout ?
(I have slow typing users)
many many thanks and 10 free internets to whoever posts the correct
answer = ... more >>
Is there a way to detect a complete URL?
Posted by ThunderMusic at 11/22/2007 9:27:14 AM
Hi,
We have a web form where the user should enter a complete URL including the
protocol, so "www.myURL.com" is not considered valid, it should be
"http://www.myURL.com" or "mms://www.myURL.com" or something like that...
Is there a way I can detect if an URL is complete?
"mailto:myname@myd... more >>
MembershipProvider Question
Posted by Ian Semmel at 11/22/2007 6:05:52 AM
Is the MembershipProvider instance unique to a Session ? ie does each
session have its own copy ?
... more >>
Can I avoid Partial classes in VS.Net 2005 ?
Posted by Sagar at 11/22/2007 5:21:49 AM
I am working on a migration project for a huge asp.net application now
running in framwework 1.1 to dotnet 2.0
As a first step, I opened the .sln files of the project in VS.Net
2005. The Conversion wizard created partial classes off the existing
classes.
Is partial classes mandatory in VS.N... more >>
Directely Export DataGrid/Panel/ (Asp.Net any Control's) Value into pdf
Posted by Mahesh at 11/22/2007 1:21:17 AM
hi Grroup,
is it Possible to Export ASP.Net (any) Controls Value into PDF. if yes
Please Reply me. I am Waiting for Reply.
my Mail ID is rastogi.mahesh@gmail.com.
... more >>
|