all groups > asp.net > march 2006 > threads for wednesday march 1
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 31
Implicit localization
Posted by Progman at 3/1/2006 11:48:30 PM
Implicit localization in Visual Studi
pppff that does not work
I will try explicit tomorrow
... more >>
any idea
Posted by nizam at 3/1/2006 11:34:25 PM
hi,
in windows application:inorder to open a word we write
system.diagnostics.Process.start(pathname of exe) to start a word document.
similarly,
in web application : norder to open a word what should we write.
AND
what should we write in order to open an existing word document.
Thanks... more >>
Precompiling for deploying
Posted by Benny Dein at 3/1/2006 11:04:40 PM
Hi
I've used the aspnet_compiler.exe and got a folder with a compiled version
of my web page.
I uploaded the contents of the folder which was default.aspx,
precompileapp.config, web.config and a bin folder.
When opening the compiled site in my browser, i do not get the expected site
but... more >>
open text file in browser window using hyperlink
Posted by sohan at 3/1/2006 10:51:11 PM
hi
I have hyperlink column in a datagrid. The column contains the name of
a text file.
I am able to appendthe full path of the file. The file is on D drive on
the server. But on clicking on that hyperlink does not open the file.
When I right click the link, I am able to save the file. I want ... more >>
ASP.NET 2.0 and IIS
Posted by Chak at 3/1/2006 9:35:42 PM
Does ASP.NET 2.0 work only with IIS 6 and Windows 2003, or can it also work
on IIS 5 and other versions of Windows ?
Regards,
Chak.
... more >>
Help with calculation
Posted by basicnet at 3/1/2006 8:31:24 PM
Please don't flame me for asking such a dumb question, but this progra
is supposed to calculate the circumference and the total price of th
railing material....
this is what I have....
txtDiameter is the textbox where they eneter the diameter of th
circle
txtMaterialPrice is where they ... more >>
formatting text problem
Posted by smHaig at 3/1/2006 8:13:28 PM
I have a page using a master page the master page consists of a header and
left column table template. In the content area of the default page, I need
to place alot of text. I initially had a table with 1 column and a number of
rows for each paragraph so there would be space between each chu... more >>
data type issue
Posted by NuB at 3/1/2006 8:02:30 PM
I have a C# program that is reading text files and uploading the data into
SQL.
The issue I'm noticing is that if i have money such as 1253.22 in the file,
is loading in the table as 1253.22 but when I run queyr analyzer the data
looks like this 1253.2201000020, why?
I'm passing the data i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Two radio buttons, far apart
Posted by David Thielen at 3/1/2006 7:59:29 PM
Hi;
I want to have two radio buttons that are both in cell 0 of subsequent rows
of a table. But in row 0 of the table in cell 1 I have another pair of radio
buttons. These two pairs are totally distinct.
How can I set this up?
--
thanks - dave
david_at_windward_dot_net
http://www.wi... more >>
how click button to add to favorites?
Posted by VB Programmer at 3/1/2006 6:42:56 PM
How do I make a button so that when they click on it the site is added to
the Favorites?
... more >>
How to specify security access for assembly running in ASP.NET
Posted by Shimon Sim at 3/1/2006 6:35:26 PM
How to specify security access for assembly running in ASP.NET?
FxCop requests it always and I always ignore it. I am thinking that this is
good thing to know how to do.
I usually need the same rights that asp.net process has. The dll needs to
write some files under directory - usually but... more >>
Question re Event Firing Sequence
Posted by Phillip N Rounds at 3/1/2006 6:10:04 PM
In diagnosing a problem, I noted that a button_click event gets run only
after the page Page_Load event of the post back. (VS 2003, ASPNET 1.1, C#)
Can this be correct? I'm trying to set session variables in a Button_Click
event which determines how the page is supposed to appear in the Pos... more >>
using mailto in a button click event
Posted by smHaig at 3/1/2006 5:58:27 PM
Not being an web programmer I am unable to figure out how to put the
hyperlink mailto:emailaddress in a button click event. I do not want a
hyperlink on the form. I have found nothing to address this. using
response.redirect is not the answer because you do not return to the page
with the ... more >>
Regular Expression Validator
Posted by Ben Crinion at 3/1/2006 5:53:10 PM
Hi
I have a page with a html <input type="file"> element on it and i am using a
regular expression validator to ensure that the user is uploading an image
to my server.
Here is my regular expression
/^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.gif|.GIF|.jpg|.JPG|.jpeg|.JPEG|.bmp|.BMP)$/... more >>
Use impersonation in ASPNET page to copy files
Posted by Daniel T at 3/1/2006 5:29:02 PM
I have a web application that needs to copy files from a network share. I
have been trying to use impersonation to accomplish this. This works if I
impersonate my own network account ( domain\username ). However it fails
when I use a user local to the machine hosting the share
(RemoteMac... more >>
Where do I initialize?
Posted by Phillip N Rounds at 3/1/2006 5:02:20 PM
I'm working on a UserControl ( ASP.NET 1.1, C#, VS 2003), where I can't
manage the state of multiple controls correctly.
The controls have the following constraints
1: It has two possible appearances: One 25px high ( InActiveState) with
just a summary & an 'Activate / DeActivate' button, or... more >>
ASP 2 and dropdown
Posted by Victor Rodriguez at 3/1/2006 4:56:47 PM
Is there a way to bind a dropdownlist on a form view and avoid the the error
when the value comming from data is not found on the dataobject attached to
the dropdownlist?
Thanks in advance,
Victor
... more >>
Retrieving Rendered Source from Page
Posted by Ray Booysen at 3/1/2006 4:43:43 PM
Hi All
In my ASP.NET project, all my pages inherit from a base class which
extends the Page object. I also have a pdf generator that takes in HTML
Text and will generate a PDF for you. What I want to implement in my
custom Page class is the ability for the page to generate the HTML text
... more >>
ASCII Code
Posted by Andre at 3/1/2006 4:43:28 PM
Hi,
What can i do to display ASCII code like %A0, %D9, etc.. that i retrieve
in a Querystring ?
I tried server.urlencode, but it does'nt seem to work.
Any idea ?
Thank you.
... more >>
Custom DropDownList control in ASP.NET 2.0
Posted by Steve at 3/1/2006 4:42:11 PM
Hi
I've created a custom dropdown list in a web control library that my
aspx page uses as follows:
<%@ Register Assembly="CommonUI" Namespace="POLISY.Web.UI.Common"
TagPrefix="cc1" %>
....
<cc1:WFEDropDownList ID="WFEDropDownList1" runat="server">
<asp:ListItem Value="A">Apple</asp:L... more >>
manipulating hex values
Posted by darrel at 3/1/2006 4:41:37 PM
(apologies if I've asked this before in here...I thought I had, but can't
seem to find my original post).
I'm trying to automate the process of picking some colors. I want to select
one color, then programtically generate some different values of the same
color...both lighter and darker.
... more >>
cache
Posted by Just D. at 3/1/2006 4:14:55 PM
All,
Can we enable/disable the cache for each control separately or it's a global
feature for the whole page? I'm aware of many settings and some bugs
regarding cache but I've never seen anything on a control based level. I
know that if we place these 3 strings in aspx header then we can ki... more >>
I cannot open or debug an ASP.NET 1.1 app
Posted by Rod at 3/1/2006 4:10:49 PM
I had to re-install the Windows XP Professional OS last week on my work PC.
I've only got the .NET Framework 1.1 installed. Now I'm trying to get
everything back to working again. I'm run into problems trying to work on
any of our ASP.NET 1.1 applications. I am getting the following error
... more >>
delete .NET FRAMEWORK 1.1 before installing .NET FRAMEWORK 2 ????
Posted by moi at 3/1/2006 4:00:47 PM
Hello,
I have windows server 2003 SP1 with .NET FRAMEWORK 1.1.
I have a .net website that works well..
I would like to develop a new website with ASP.NET 2 (.NET FRAMEWORK 2).
How do i install the new .net framework 2 ?
- should i install it over .net framework 1.1 ? which .net framework will... more >>
Stop input while postback is processing
Posted by Adrian Parker at 3/1/2006 3:58:47 PM
Say I have a form with several fields on it, some of which cause postbacks when changed. How can I stop the user from continuing
to type data into the other fields while the server is still processing the postback ?
--
Adrian Parker
Ingenuity At Work Ltd
... more >>
Passing Values By javascript
Posted by Alper OZGUR at 3/1/2006 3:58:32 PM
I have two webforms with the names frm1 and frm2. When user hits a button at
the frm1, frm2 opens in a new window. After clicking one row in frm2, this
form is closing.. But i can't pass the values to the frm1 without
postingback frm1. Is ther anyway to pass the values from one WebForm to
an... more >>
ASP.NET 2.0 Exceptions
Posted by GiddyUpHorsey at 3/1/2006 3:57:47 PM
We have a website built on ASP.NET 2.0. We log exceptions in the Error
event of Global.ASAX. We keep a getting number of random exceptions
that make no sense and that we can't reproduce but happen everyday.
Searching around on the net has revealed no helpful answers.
The exceptions are:
---... more >>
DataView vs. Datasource requery
Posted by Islamegy® at 3/1/2006 3:46:40 PM
I have 2 Questions..
1- Is it better to use Dataview To filter and sort Datatables or requery the
datasource??
When i was working in windows appl i found sorting and filtering on client
old machine is slow and need proccessor usage now in asp.net the load is
centralized on the web Server, wh... more >>
DataFormatString
Posted by Meelis Lilbok at 3/1/2006 3:46:13 PM
Hi
Im using VB and ASP.NET2.
In DataGrid column is use DataFormatString="{0:dd.MM.yyyy}"
but it's not working :((
for example it displays always also 00:00:00 (houers, minutes and seconds)
too.
and wher i change format to MM/dd/yyyy , date's are displayed dd.MM.yyyy
00:00:00
regioa... more >>
Where Is MenuItem.Visible?
Posted by Lee at 3/1/2006 3:35:09 PM
I really like the new Menu control in ASP.Net 2.0, but I would like to
use a bunch of static <asp:MenuItem's and dynamically turn some on and
off some of them depending on permissions. There is an enabled
property, but there doesn't appear to be any visible property. Surely
I'm missing somethi... more >>
Prevent user from printing webpage?
Posted by Brooke at 3/1/2006 3:07:31 PM
Is there a way to prevent a user from printing a webpage?
... more >>
Using a function instead of web.config to store connectionstring
Posted by Jim Andersen at 3/1/2006 2:48:48 PM
Hi,
I would appreciate if someone could explain this behaviour, and maybe offer
a better solution.
I have been working with the GridView control. And SqlDataSource. It works
great if I do:
<asp:SqlDataSource ConnectionString="yada yada yada" etc etc />.
I can hook up a GridView to the ... more >>
can this be done?
Posted by CsharpGuy at 3/1/2006 2:12:32 PM
on my web form I have a checkbox for the user to check or not. How can I pass
the value of the checkbox to my business layer to execute the correct SQL
statement?
I need to run seperate sql queries based on if the checkbox is checked on my
web form or not. So is it possible to pass the checkb... more >>
XML Feed Dotnet
Posted by csgraham74 at 3/1/2006 1:33:26 PM
Hi Guys,
hopefully someone can help me with an issue. I have recenlty linked to
third party to receive data in XML format which i then want to display
on my site. The provider supplies a large amount of data which i want
to be able to search on the various fields using a web form (drop downs
... more >>
CookieContainer GetCookies fails on multiple Set-Cookies
Posted by guyhey at 3/1/2006 1:11:33 PM
I am accessing a site that passes the following headers:
Set-Cookie: ASP.NET_SessionId=pwdciy45i0c5me45urxjfoi0; path=/
Set-Cookie: LastSessID=pwdciy45i0c5me45urxjfoi0; expires=Tue,
01-Mar-2016 20:07:11 GMT; path=/
Set-Cookie: pubAccID=04; expires=Tue, 01-Mar-2016 20:07:11 GMT; path=/
I have ... more >>
submit (or postback) does nothing in IIS 6.0
Posted by Tyler at 3/1/2006 1:11:28 PM
I had several asp.net web applications working well under IIS 5.1. Then we
set up a 2003 sever with IIS 6.0 and moved those applications over. We
"allowed" the ASP.NET applications. The first page shows up fine. The
client side validators all seem to work well, but when I click submit to
... more >>
Created controls not storing viewstate
Posted by Adrian Parker at 3/1/2006 12:58:54 PM
v1.1 and v2.0
We have a problem with viewstate not being stored.
What's happening is that we create controls in CreateChildControls and add them to a container on the page (whether it be a panel or
a table etc). We only set the data values for the controls if not page.ispostback. But,... more >>
OnSessionStart or IsNewSession
Posted by Mirek Endys at 3/1/2006 12:57:18 PM
I miss the information about using an event like OnSessionStart in ASP.NET
2.0.
and another problem, the property IsNewSession is still true and it seems
like the session is new with each client request.
The session ID is changing too.
Any idea how to use this correctly (session will be I... more >>
Database connection problems
Posted by BobLaughland at 3/1/2006 12:52:30 PM
Hi There,
I am writing an ASP .NET 2.0 web site.
I have a connection string in my web.config file similar to this for
connecting to my database,
SERVER=125.165.165.116,1092; DATABASE=blah***; UID=Blah***;
PWD=blah*****
That is connecting to a proper database server, and I can indeed
c... more >>
500 Internal Server Error
Posted by Beginner at 3/1/2006 12:51:30 PM
I get the following error when I send a HTTPWebRequest.
System.Net.WebException: The remote server returned an error: (500) Internal
Server Error. at System.Net.HttpWebRequest.CheckFinalStatus() at
System.Net.HttpWebRequest.GetResponse()
Below is the code that I wrote.
------------------... more >>
3 layers that do nothing except calling each other
Posted by riga at 3/1/2006 12:46:28 PM
Hi,
I was given an ASP.NET (C#) application to modify.
The code looks really strange.
It's supposed to do simple things but it has
Facade/BusinessRules/Common/DataAccess layers.
For example,
simple method in Navigate.ascx.cs is instantiating a new object
and calls obj1.COBdateInit().
obj1 d... more >>
Image from memory
Posted by Mirek Endys at 3/1/2006 12:36:49 PM
Is there a posibility to make web control, that is drawing an image to
webpage without needing to save it into a file?
(for example, i will save picture into db server and I want to show it
without saving it into file on file system)
Thanks
... more >>
Pass variable to another page
Posted by Martin at 3/1/2006 11:42:22 AM
I have a calendar form that sends the inputted date back to a text box .
Using the GET method, I would like to pass the date as a variable to another
asp page. How do I do this?
Thanks.
... more >>
cannot load library
Posted by Bahman at 3/1/2006 11:41:28 AM
Hello!
This is what I get:
Could not load type System.Web.UI.WebControls.MultiView from assembly
System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.
However, I do have 2.0 on the server. What options do I have to fix this
problem?
thank you very much ... more >>
.NET CSS horizontal menu navigation
Posted by pixelwiz NO[at]SPAM gmail.com at 3/1/2006 11:24:11 AM
Hi,
I am a designer working with an external .NET programmer. We are
trying to figure out the best way to implement at tab style horizontal
menu similar to
http://www.telerik.com/r.a.d.controls/Menu/Examples/Design/Robotic/DefaultCS.aspx
and http://www.sportsline.com/
We are not sure what... more >>
checking if textbox actually exists on page...
Posted by D. Shane Fowlkes at 3/1/2006 11:18:55 AM
(ASP.NET 2 / VB)
Question - How can I write a If statement to see if a control (textbox)
actually exists on a page? Upon page_load, a certain control may or may not
be visible on the page so I need to first check to see if it actually exists
and then if it does, get the value from it. If ... more >>
ASP.NET 1.1 Bug - Dynamic RE Validator
Posted by Steve Wonderful at 3/1/2006 11:07:28 AM
I created a regular express validator at runtime as the following, but the
html was rendered by putting the closing " in the separate line, which makes
the validation not working, example:
TableCell cellV = new TableCell();
RegularExpressionValidator rev = new RegularExpressionValidator();
... more >>
Report Viewer
Posted by MasterChief at 3/1/2006 10:32:37 AM
Is there a good in depth tutorial for beginners on how to use the
Report Viewer that can be installed with Visual Web Developer.
Specifically I want to learn about a Report Server and how to pass
parameters.
... more >>
htmltable\checkbox
Posted by gh at 3/1/2006 10:28:18 AM
I have a HtmlTable with an asp.net checkbox in the cells of column 4.
Only 1 checkbox can be checked at a time. I know how to loop through
the html table, but not sure how to see if a checkbox is checked and how
to uncheck it. I would like to do this in the on click event of an
asp.net butt... more >>
Request.Browser.IsBrowser and Opera
Posted by Alex D. at 3/1/2006 10:24:30 AM
does anybody knos the string for the Opera browser to do something similar
to :
this.Request.Browser.IsBrowser("IE").
Thanks,
Alex.
... more >>
COME ONNNNNNNNNN
Posted by Gerry A at 3/1/2006 10:17:24 AM
I've asked this 5 times today.
Please help.
Should be the First thing ASP.net should do
Hi.
I can't figure this one.
How to I get the value out of column3 "Item Price" in a gridview?
It's in the row I select.
... more >>
Restarting Windows service using an another application
Posted by Stephen at 3/1/2006 10:06:24 AM
Hi,
Can some direct me to an article or sample code where we can create an
application or a service to restart another windows service?
Thanks,
Stephen
... more >>
Why is better (or not) to use an httphandler?
Posted by the4man at 3/1/2006 9:59:04 AM
Hi all!
I have an app that show images that are stored in SQL Server. To show
the images on screen, until now (with the "old" ASP), I use the
following code:
<img src="showimage.asp?id=20" />
And in "showimage.asp" (more or less, I write from memory)
Response.Contentype ="binary"
...... more >>
rewriting 1.1 in asp.net 2.0 problems
Posted by Mike P at 3/1/2006 9:30:25 AM
I am rewriting a .NET 1.1 web application in 2.0 and there are several
pieces of code in the 1.1 version that I'm not sure how to rewrite for
2.0.
Whenever I use the Page object or the Reponse object I get the following
errors :
The name 'Page' does not exist in the current context
The na... more >>
Recommended DateTime Picker Controls
Posted by bb at 3/1/2006 9:01:58 AM
anyone have any 3rd party datetime picker controls
(asp.net2/javascript) which they would recommend.
we've got a budget of a few hundred dollars for something sexy.
... more >>
...project creation failed
Posted by Herb at 3/1/2006 8:49:05 AM
I just installed VS2005 and I am trying to create a new Web Site. I click
File...New Web Site, select ASP.NET Website, HTTP and I replace "Website" at
the end of localhost with my site name. Let's call it "Dog". So the web site
location will be http://localhost/Dog. I click OK.
The status ... more >>
Executing ActiveX dlls from ASP.NET pages
Posted by EdmundHSmith at 3/1/2006 8:48:58 AM
I have a project that requires ASP.NET and ASP pages to execute a ActiveX dll.
The ActiveX dll contains a existing business logic.
The problem I am facing is that the ASP page is able to call the
dll using "CreateObject" method without any errors. But the logic
does not execute at all. I have ... more >>
making a server control visible / invisible in a DataList
Posted by SP at 3/1/2006 8:42:53 AM
Hello there,
I have a DataList create as below.
<asp:DataList ID="dl_Immunpsuppressive_Main" Runat="server"
Width="100%">
<ItemTemplate>
<table id="Immunpsuppressive_Main" width="100%" border="0">
<tr>
<td class="sub" width="50%" colSpan="2">
<asp:Label ID="lbl_Imm_Main" Runat="server">
... more >>
Saving on SelectedIndexChanged
Posted by james_strugnell NO[at]SPAM hotmail.com at 3/1/2006 8:39:26 AM
Any ideas on what the best method is for the following: I have a
dropdownlist which determines some of the contents of the rest of the
page. The Dropdownlist's AutoPostback is set to true so when a user
changes the item in the list the page gets reloaded with new
information. My problem is that ... more >>
sharing code (includes and controls)
Posted by Joe at 3/1/2006 8:36:20 AM
While I understand that Server Side Includes still work, I realize it's
not the best practice for sharing code such as a common set of includes
between screens.
In ASP.NET I've already built several User Controls and such for sharing
code between screens, but this typically was used things ... more >>
Datagrid Format Question
Posted by aaapaul at 3/1/2006 8:12:38 AM
Hello !
I have a Datagrid with .AutoGenerateColumns = True
Colums 1 to X should have the same format.
In which event can I set the format ?
For i = 0 to dg.columns.count -1
dg.columns(i).dataformatstring = "{0:#,##0}"
next
Thanks
aaapaul
... more >>
Controls toward bottom of long page disappear
Posted by seanmayhew NO[at]SPAM gmail.com at 3/1/2006 7:59:47 AM
Ive got a page with all formatting and layout done with css no
tables...It has approximately 60+ controls. All of the controls are in
nested panels so i have a something like 6 primary panels and then each
of those primary panels contain two sub-panels a left and a right these
left and right pan... more >>
month end date
Posted by CsharpGuy at 3/1/2006 7:55:28 AM
I have a date such as 1/1/2005, how can i get the month end date for that
month?
... more >>
Combine many Repeaters into 1
Posted by Roy at 3/1/2006 7:54:30 AM
No errors here, I'm just looking for ways to make my code more
efficient. As the subject line suggests, I have a LOT of repeaters on a
certain page. They are visible or hidden depending on user actions and
are dispersed about the page via an "image map" style of GUI. The code
behind (and associa... more >>
Share webusercontrols between asp.net projects
Posted by jesusR at 3/1/2006 7:15:39 AM
In VS2003 (framework 1.1 or less) i was shareing my webusercontrols
with this procedure:
I created a web project (webusercontrol_project) with the web user
control, i compiled and everything ok.
Then on other project (other_project), i include a reference to the
webusercontrol_project dll.
in... more >>
Web.sitemap localization
Posted by Mikeon at 3/1/2006 5:46:39 AM
Hello!
I have tried to localize my Web.sitemap file using implicit
localization but it doesn't seem to work.
What I have done until now:
I have created a sample Web.sitemap file:
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.... more >>
Roadmap for ATLAS?
Posted by holan at 3/1/2006 5:09:27 AM
Hallo!
We develop a big inhouse-apps with asp.net 1.1.
We now switching to asp.net 2.0 and vs2005.
We also want to integrate the new features that ATLA will provide.
But we can't find any comment from MS when ATLAS will be ready.
Or when there will be a release that we could legaly use inhous... more >>
.compiled files after using aspnet_merge
Posted by bb at 3/1/2006 2:59:31 AM
after running the web deployment project on my aspnet app, i end up
with rather a lot of metadata files in the bin folder ... e.g.
addeditmodule.ascx.7b81ad39.compiled
addeditmodulecategory.ascx.7b81ad39.compiled
etc...
if they are deleted from the bin folder the app fails to work corre... more >>
remember values in dropdownlist
Posted by samuelberthelot NO[at]SPAM googlemail.com at 3/1/2006 2:01:07 AM
Hi,
I have a datagrid with dropdownlist (dpl) column. This is bound to a
dynamic datasource, so there can be any number of rows.
When the user select a value in one of dpl's, he is redirected to
another .aspx page. Then if he browse back (using the back button), the
value he selected before in ... more >>
Convertig Problem Double.Parse
Posted by lvpaul NO[at]SPAM gmx.net at 3/1/2006 2:00:44 AM
Hello !
I have an asp.net-datagrid.
On the itemdatabound-event I want to check a column.
Values of the columns are e.g.
153,57 =80
200,10 =80
n=2E def. (not defined, because of division 0)
20,33 =80
I want to convert the cell-value to a double value:
double.parse don=B4t work be... more >>
need help on cookies
Posted by AVL at 3/1/2006 1:19:05 AM
Hi,
I need some help on using cookies..
how to set secure flag on for cookies???... more >>
access level of user control in code-behind
Posted by zhuang at 3/1/2006 12:54:35 AM
When we drag and drop any server control from toolbox to web form, the
relevant control is added to code-behind automatically with access
level to be protected.
When we drag and drop a user control to a web form, if we want to use
that user control in code-behind, then we need to declare it to... more >>
ASP.NET 2.0 vs Ruby on Rails?
Posted by Mansour Ghaoui at 3/1/2006 12:00:14 AM
Hi,
I've spent the past few weeks desperately looking for good comparisons
on ASP.NET 2.0 vs Ruby on Rails.
At the moment I'm considering migrating from ASP.NET 1.1 to ASP.NET
2.0. I'm excited about ASP.NET 2.0 and it's new features but... I'm
also aware of the rediculous development time s... more >>
Cache Session and ViewState
Posted by Dragon at 3/1/2006 12:00:00 AM
Session["A"]
ViewState["A"]
Cache["A"]
Already There are
Session and ViewState
What is the use of Cache ?
... more >>
Concurrent Access to same Session wrt Lock Time-out - what is it?
Posted by Kevin Frey at 3/1/2006 12:00:00 AM
Hello,
I've been reading that ASP.NET serialises (ie. processes one at a time) HTTP
requests if two simultaneous requests need to access the same session state.
It also makes note that ASP.NET tries to reacquire a lock on the session
state every 1/2 second until the timeout is reached, and ... more >>
a custom control in VB.NET that inherits from TextBox and from IPostBackDataHandler....
Posted by z f at 3/1/2006 12:00:00 AM
Hi.
How can I make a custom control in VB.NET that is inheriting from TextBox
and also implements/inherits the IPostBackDataHandler?
the problem is that in VB.NET I can't inherit from more that one class, but
when I try to inherit from TextBox and Implement IPostBackDataHandler i get
an er... more >>
|