Hi All,
Our application does not use any of the following Http Modules.
WindowsAuthentication
PassportAuthentication
AnonymousIdentification
FileAuthorization
UrlAuthorization
OutputCache
By default these Http modules are enabled in machine.config file,
If we configure web.config...
Hi All,
My data grid display a 50 column.I want to give a option to a user to change the order of column as per his requirement.
Current implimentation(dot net 1.1) is using Static Bound Columns with AutoGenrateColumns = False
Is any good way of implimenting this feature with less impacat on...
App_One(developed in asp.net 1.1 ,sessionState mode="InProc").
App_two is a phase2 of App_One need to be devloped in asp.net 2.0
So I want to know if a user login in App_One can use the App_Two and share the session,cokies etc(I mean state management) accross the application.
If both the...
Hi,
I am having a dll called encrypt-Dcrypt i want access it in t-sql.I mean i want use this dll in my query analyser to encrypt or decrypt the data.
I am using sql server 2000.
thanks in advance
Regards,
Pits
Hi,
Below is my current configuration in web.config file.
But session time out is happenning even if I am contineaously browsing or searching or requesting for new pages.
Is any idea where i need to change the configuration
<authentication mode="Forms">
<forms loginUrl="Login.aspx"...
MyColumn contain data like "pqrst#12345"
What will be the sql query in sqlserver 2000 to split the coloumn data as a result like
Coloumn1 Coloumn2
pqrst 12345
Thanks in advance
my aspx page design contain 4 command button and each click display different report.
my application contain 150 such aspx page.
Now i want to write a code for logging which report is fired each time.
I want to trace a current page,current method/current event
i tried application_beginrequest of...
Hi,
In asp.net 2.0 i am using dropdownlist box,gridview and an detail view.
Master record are choosed from dropdown list box and an child record are displayed in gridview.On clicking of select button of gridview ,detailview is displayed with edit and new button.I had bind all three control using...
I have Hospital Management Software.The platform is VB6.0 and SQL Server.In this s/w i have around 1500 tables.The s/w is networked.I have two server one is primary server and another is backup server.I want that when my application is running ,the data to be stored in primary as well as backup...
I know by seting printers default font speed can be increased.Can any one suggest me how to set it in
epson lx-300.
Is there any other method to increase speed of dot matrix printer for printing vb program.
thanks in advance.
I designed billing s/w with vb6/cr 8.5/access but the printing of bills are so slow as compared to dos based s/w like foxpro.My client is happy with dos based s/w but not with this window based.
Is there any way to increase the speed of printing.
Pls. let me know as soon as possible otherwise...
I want my control or focus to pass on next component by pressing enter key or up-down keys.I am using vb6.
I tried this code
sub form_keypress(index ...)
if keycode=13 then sendkeys("{TAB}")
if keycode=38 then sendkeys("{TAB}")
if keycode=40 then sendkeys("{TAB}")...
I want to retrive voice data from database through telephone.
I am using vb6.Which database to use to store voice data and how.Is there any API function which can be used directly.
thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.