all groups > asp.net > march 2005 > threads for sunday march 27
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
Logon Failed connecting to SQL Server
Posted by David Tilman at 3/27/2005 10:25:04 PM
I've gone throught the MSDN walkthrough "Creating a Web Application Using
Visual C# or Visual Basic". When I run the sample I get "Login failed for
user 'dbuser'" at the line with "SqlDataAdapter1.Fill(dSet)". The SQL server
is setup for mixed mode and I have a login in Enterprise Manager for ... more >>
HELP: Visual Studio + Dreamweaver, Page Inheritence + Templates
Posted by Mark at 3/27/2005 9:53:29 PM
Hopefully somebody can help me with this very frustrating problem.
In Dreamweaver I have a template page and a page created from this template
called Home.aspx. In Visual Studio I have a class inherited from
System.Web.UI.Page which represents the template (including all components
and asso... more >>
Cache Expiration and App Pool Worker Process Recycling
Posted by Jeremy S. at 3/27/2005 9:51:30 PM
Just wondering if/how a sliding Cache expiration interacts with Application
Pool Worker Process Recycling.
Specifically, if I were to place some value into the Cache object with a
sliding window of 2 hours, but [Recycle worker process (in minutes)]
property setting for the relevant App Pool... more >>
Controling cache expiration
Posted by Kikoz at 3/27/2005 9:43:14 PM
Hi all.
I keep my ViewState in server's cache. Works fine except when user leaves
the page opened for a long time (2 hours or so). Then if he/she tries to
post it back the server throws an exception saying that ViewState was
invalid. I suspect it has something to do with cache expiration ti... more >>
Insert text contain code
Posted by Lelle at 3/27/2005 9:08:51 PM
Hello !
how can i insert text containg code examples from a textbox into a database
using SQL insert statment.
i have no problem to just add text that dont contains code and script
examples or the illegal chars for the insert command
is it possible to encasulate the text/string so the s... more >>
Better way to do Url Rewriting?
Posted by Serg at 3/27/2005 9:01:01 PM
Much has been said about url rewriting, this source being one of the better
ones:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp
According to the article the only way to handle blog entries with no file
names (i.e. http://myurl/2004/10/23) is t... more >>
WebUser Control Usage!
Posted by Vai2000 at 3/27/2005 8:38:01 PM
Hi All, I have a scenario in which I have created a web user control with 3
linkbuttons on it. Now I am using that control in a webform. The thing is I
want to display certain regions in my webpage depending upon the linkbutton
which was clicked.
Q. How do I identify which linkbutton from the w... more >>
Is access to the Session thread-safe?
Posted by Chris Newby at 3/27/2005 7:59:26 PM
When accessing, for example, an object stored in the session such as:
Session[ "MyObject" ].MyProperty = "Some Value";
Is access to MyObject thread-safe?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Tabstrip with remove item
Posted by gce at 3/27/2005 6:42:04 PM
Hi,
I have a tabstrip/tabcontrol and like to remove a tab when a certain choice
is made. I found the
TabStrip1.Items.Remove(TabStrip1.Items.Item(1)) command. But I would like to
have it rebuild. So when I remove a tab in the middle of more tabs that the
tabs or the right shift back to the ... more >>
Setting up an Isolated .NET Team Environment
Posted by Ralph at 3/27/2005 6:31:01 PM
Hi,
I've done a bit of reading on setting up an Isolated .NET environment for
each of my developers. We all run Windows XP Pro, IIS and have local
instances of SQL Server for development.
I have a few problems that I am trying to work around.
1) All our sites are created using virtual p... more >>
Datagrid Cell Spacing Wierdness
Posted by Terry Olsen at 3/27/2005 6:06:05 PM
I'm using a Datagrid to display my data. I want to increase the cell
spacing of the grid, but when I do, if a cell is empty, there is no border
drawn for that cell. I tried just entering a 'space' as you can do in raw
html, but that doesn't work here. Any suggestions?
... more >>
SESSION_END Questions
Posted by Ron Vecchi at 3/27/2005 5:49:57 PM
1.) If I want to use an object that was stored in the Application state will
it be avilable in the Session_End event. (even on the last session to end)??
2.) Can I use the current sessions state in its own session_end event??
I asked because I am trying to log some data in this event and use b... more >>
free or cheap html editor (client side)
Posted by Daves at 3/27/2005 5:09:09 PM
that is; a custom web control for asp.net ? Just needs
bold/underline/italics/font-size formatting and links insertion...
anyone know about that?
... more >>
"http/1.1 500 internal server error"
Posted by phranque at 3/27/2005 5:03:01 PM
I am trying to create a webservice on VS.NET 2003 and I get this error. What
gives?
... more >>
make a link postback?
Posted by Brian Henry at 3/27/2005 4:12:54 PM
I want to put some interactivity on my form in the form of buttons that are
really links, I know i can do a query string in the link to process their
action based on the type of action specified in th query string, but is
there any way to do an ASP.NET style postback to the server through a li... more >>
Thanks to all - Eastern greeting - No Question
Posted by Matthias S. at 3/27/2005 3:38:56 PM
Hi,
I'd just like to thank all people around here for helping us novice or
not-so-experienced programmers out with our problems.
I really appreceate your patience. Keep up the good work and a happy
eastern to all of you!
--
/Matthias... more >>
!! DOWNLOAD THE MOST POPULAR 2005's CRACKED SOFTWARE !!
Posted by crackprosoft NO[at]SPAM yahoo-dot-com.no-spam.invalid at 3/27/2005 3:36:36 PM
Our Team provide CRACKED engineering and technical software at this
topics:
=> Civil and Structural
=> Survey , GIS , Rock , Soil and Water
=> Architectural
=> CAD-CAM
=> FEA , CFD and CAE
=> Electrical , Electronic , Control and Power
=> Chemical
=> Industrial and Control Project
=> HVAC ... more >>
moving from vb.net to c#
Posted by Leo Muller at 3/27/2005 1:35:39 PM
I always thought that moving from VB.NET to C# would be very easy. Even
though so far it hasn't been hard, there are some annoying things, that may
have to do with my visual studio settings.
- When I type "system." the intellisense doesn't comlete this, only if I
write it with a capital S, ... more >>
DataGrid control is only half baked, is that going to change in ASP.NET 2.0?
Posted by ~~~ .NET Ed ~~~ at 3/27/2005 12:26:03 PM
Well, maybe not half-baked but 75%. I find very frustrating working with the
DataGrid control. It offers a lot of functionality which really comes in
handy. Unfortunately you can only enjoy a DataGrid to its fullest when you
"drop" it on a web form. There you can modify all sorts of properties... more >>
WAP ?
Posted by Arsalan at 3/27/2005 11:11:00 AM
How do I make WAP Pages from ASP.NET?
... more >>
DotNetNuke - where to start ? (newbie question)
Posted by romy at 3/27/2005 10:44:27 AM
Hi
in the process of self learning ASP.NET....
I heard that DotNetNuke is great tool for creating fast, cost effective
portals.
I've just installed it ,and I don't know where to start.....
DotNetNuke Users , some advices / documentation links for the easiest way to
learn using this ... more >>
Code in script blocks
Posted by Roshawn Dawson at 3/27/2005 9:57:22 AM
Hi,
Does code contained in <% %> blocks cause postbacks to the server?
Thanks,
Roshawn... more >>
delegates
Posted by barry at 3/27/2005 9:04:01 AM
I have a exercise in understanding delegates using beginInvoke and
endInvoke. It runs fine on the windows platform but when I copy the exact
same code into asp.net while it runs without any errors it is not getting
from the worker thread back to the main UI. The code is below. Is there
something... more >>
Server Error
Posted by MB at 3/27/2005 8:20:18 AM
Hi Everyone,
Just need any insight on this matter.
My website works perfectly when intalled on my machine, but once i upload it
to the hosting-company's server it wont work. I got the following error
message:
Server Error in '/' Application
My guess is that it has to do with permissions ... more >>
HttpError 403 if number of connections > 10
Posted by Raj Tripathi at 3/27/2005 7:19:05 AM
I am using ACT to stress test a simple (HelloWorld) WebService method. When
number of connections is <= 10 everything works just fine. But increasing
connections causes Http 403 errors.
Whats wrong?
... more >>
dynamically change style width of object
Posted by TJS at 3/27/2005 4:42:56 AM
how to dynamically change the style widht of an object?
... more >>
Using GetDC and BitBlt in asp.net
Posted by Raed Sawalha at 3/27/2005 4:21:03 AM
Dear,
Can I use BitBlt , and GetDC with ASP.NET?
... more >>
How do I Programmically Reference ASP Control
Posted by kentg at 3/27/2005 12:09:18 AM
How do I "build" the name of an ASP control in the VB Code behind? I
would like to cycle through several comboboxes using a loop.
(cboReport1, cboReport2, cboReport3, etc.)
ie. in MS-Access I can use the following code to reference a combobox
named cboReport6 and set it's value to 1:
strFo... more >>
Setting Text Value
Posted by Steve Letford at 3/27/2005 12:00:00 AM
Hi,
I'm parsing every Button / Label / hyperlink that is on my web forms so that
I can look at the text values and translate them. I used to do this in
VB.Net by casting everything as an object (Adapting the page inheritance
model by Johathon Goodyear):
As shown:
CType(myControl, Object... more >>
MouseOver functionality
Posted by EMW at 3/27/2005 12:00:00 AM
Hi,
Is it possible on an ASPNET page, to determine the location of the mouse on
a imagecontrol?
The idea is to show a different tooltip on certain locations.
rg,
Eric
... more >>
|