all groups > asp.net > april 2007 > threads for thursday april 5
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
Proxy settings
Posted by ThatsIT.net.au at 4/5/2007 11:58:11 PM
I have some proxy settings loaded in the application onstart event. This
means I only have to create them once and all pages can take advantage of
them.
BUT is it possible that the setting may get lost, fall out of memory or
something? Will I find that the proxy setting have gone and will not... more >>
Creating a Web Service in Visual Studio 2005
Posted by Nathan Sokalski at 4/5/2007 11:33:41 PM
I am trying to create an ASP.NET Web Service using VB.NET and Visual Studio
2005. When I select Add New Item and choose Web Service, it shows
WebService1.asmx in the Solution Explorer, but it opens WebService1.asmx.vb.
I have tried everything I can think of to open WebService1.asmx, but it is ... more >>
ASP.NET 2.0 FileUpload - Is it possible to set wildcards?
Posted by ronc85 NO[at]SPAM gmail.com at 4/5/2007 10:27:28 PM
I'm using ASP.NET 2.0 and C#. With the FileUpload control is it
possible to set Wildcards (e.g., *.xls and *.doc) so that when the
user clicks the Browse button it defaults to Excel and/or Word files?
Thanks,
Sal
... more >>
desperate - cannot edit web form html or css without rebuilding
Posted by KJ at 4/5/2007 8:50:54 PM
I am building an ASP.NET 2.0 Web Site in VS 2005 Team Edition SP1.
Every time I edit any HTML (not just server controls, even if I edit a
div), or even if I edit the stylesheet (yes, the .css file), I get the
error below. This is getting to be a nightmare, and I'd love some
suggestions on how to... more >>
OO Architecture Question
Posted by Mike Hofer at 4/5/2007 8:33:30 PM
In a large application I'm working on (ASP.NET 1.1, VS2003), we have a
base class that wraps stored procedures. Essentially, this base class
(StoredProcedureBase) encapsulates the code to set up the connection,
transaction, command and parameters required to invoke a stored
procedure on our SQL ... more >>
Upgrading ASP w/SQLserver 2000 to ASP.NET w/ SQLserver 2005
Posted by Jeffrey at 4/5/2007 5:48:03 PM
I have some old ASP programs w/ SQLserver 2000 databases. Now I am
developing ASP.NET projects using VB 2005 and SQLserver 2005. What are the
best procedures to develop and test the ASP.NET programs?
My main concerns are:
1. What do I need to test? VB 2005/ASP.NET with 2000 data? Migrati... more >>
CommandField ShowInsertButton
Posted by BJ Stigall at 4/5/2007 5:19:15 PM
I would like to be able to turn off (ie, set to false) the ShowInsertButton
option from my code for various users. I can't figure out how to do that.
Can someone please educate me? I am using VB.net.
... more >>
FreeTextBox in ASP.NET 2.0
Posted by Tomo at 4/5/2007 4:00:08 PM
How to include freetextbox (www.freetextbox.com) in asp.net 2.0?
My visual studio don't accept this tag:
<FTB:FreeTextBox id="FreeTextBox1" runat="Server" />
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating a function
Posted by David at 4/5/2007 3:52:56 PM
Hi,
This is causing me a few problems as I am not sure how to handle this...
I have a data access layer. My layer is built in such a way that I can use
any database type I choose, such as SQL Server, MySQL etc.
Now, in my layer, I have all my SQL statements and use parameterised
queries... more >>
"network BIOS command limit has been reached" error AFTER applying fixes
Posted by yoram.ayalon NO[at]SPAM structuredweb.com at 4/5/2007 3:16:49 PM
Hello,
we have this situation.
web farm, several server 2003 machines, and several win2K, SP 4
machines
all machines access files on a Network appliance using CIFS
I am testing a ASP.NET 2.0 project that is residing on the share. I
noticed a random error I was getting on win2K machines... more >>
RichText in asp.net
Posted by Tomo at 4/5/2007 3:03:10 PM
How to use RichText in ASP.NET application. I need to make web page where
user can write some text, click save and than this content must be saved as
html content. Can I find some richtext control or I need to use javascript?
... more >>
Changing Default Submit Button
Posted by Don Miller at 4/5/2007 2:48:04 PM
I have a webpage (form) that has multiple buttons contained within, and all
cause a postback if clicked. I have a textbox where users enter a phrase and
then have to click a "Search" button that does a search for what was
entered. Instead of requiring the user to manually mouseclick on the Sea... more >>
Update Dropdownlist datasource on bound control
Posted by jkeel NO[at]SPAM charter.net at 4/5/2007 2:32:49 PM
I have two ddl's in a formview which is bound to an objectdatasource.
Each of the ddl's have there datasource propertys set to a function
which returns a dataset.
The selected index of each of the dropdownlist is set to a property
returned from the objectdatasource.
When I change the select... more >>
Publish web site overwriting all files all the time
Posted by PokerMan at 4/5/2007 1:42:54 PM
HI
When i publish my site, it overwrites all files. but when i have some large
files included such as mp3s. It overwrites these and even tho i havent
touched them it reuploads all of them. Anyway i can set it to not do this
for specific files?
Thanks
... more >>
Free asp.net forum software?
Posted by MarkusJNZ NO[at]SPAM gmail.com at 4/5/2007 1:33:35 PM
Hi all does anyone know of any good free open source forumsoftware?
Google did not really return anything good apart from the original 1.1
ASP.,NET version which I installed.
http://www.asp.net/Forums/Download
I now get a problem where when a person logs in they get the following
problem
... more >>
How can I prevent Publish Web Site from overwriting web.config?
Posted by Stan B at 4/5/2007 1:32:46 PM
Publish Web Site in VS.NET 2005 helps but I don't want it to copy web.config
to from development to staging.
It doesn't seem be a way around it, or maybe I'm missing something?
... more >>
LinkButton in GridView Display Issue
Posted by Don Miller at 4/5/2007 12:37:12 PM
I have a GridView that is dynamically-bound to a class object datasource and
in that GridView is a link button column. This linkbutton displays the
number of "matches" found in a database after a query and users can click on
the link (underlined number) to display the matches. This works fine ... more >>
Set <SelectParameters> To Constant Values
Posted by MikeB at 4/5/2007 12:29:26 PM
Hello All, how can I set my selectparameter to a constant value within my
constants class or to a value in my web.config file?
... more >>
applying a CSS class to all cells within a table
Posted by PJ6 at 4/5/2007 11:56:53 AM
Is there a way of specifying the CSS class of all cells within a table
without having to set the class attribute for each cell individually
(server-side or client-side)?
Paul
... more >>
Which magazine to subscribe for .NET/C#
Posted by donet programmer at 4/5/2007 11:53:32 AM
I wish to subscribe to a paper copy of monthly/biweekly magazine
on .NET/C#. I am a .NET developer with interest in new developments
in .net, coding best practices, design patterns, software
architecture, Ajax, WPF etc.
I came across these 3 magazines and couldn't decide which one to
subscribe ... more >>
Relationship
Posted by shapper at 4/5/2007 10:44:55 AM
Hello,
I created some SQL 2005 tables using Microsoft SQL Server Management
Studio.
I know wanted to get the script code of those tables.
I was able to do that by right clicking over each table.
But how can I get the code for the relationships between the tables?
Thanks,
Miguel
... more >>
SQL Connection Slow In DMZ
Posted by jswencki NO[at]SPAM gmail.com at 4/5/2007 10:39:14 AM
We have an issue where our asp.net app connects to sql 2000 in a DMZ
through a pix router. There is no ACL(Access Control List) in place,
so 1433 is allowed. It connects, but very slowly, 5 seconds to return
page. When on the same side of the wall, it is 1.5 seconds. Is there
a SQL setting o... more >>
Web.config httpModules remove if exists?
Posted by Samuel R. Neff at 4/5/2007 8:55:53 AM
We have a problem with Web.config inheritance in two of our
applications. We have an old app which is poorly written and must be
in the root of the server. We have a newer app which runs from a
virtual directory. The apps are not related.
Old app web.config has:
<httpModules>
<add name... more >>
can't see my databases
Posted by rodchar at 4/5/2007 8:30:02 AM
hey all,
i'm using vs2005 and i'm under server explorer. i'm just trying to add a new
connection to .\sqlexpress (sql express 2005) using sql server authentication
but when i goto select the database in the dropdownlist there are 0 entries
in the list.
what i've done so far is Enabled the ... more >>
Locating DLLs outside of bin
Posted by james at 4/5/2007 8:14:41 AM
Would anyone mind explaining how I can use .dlls outisde of /bin?
Really I want to use dll's that are located in "../", but I haven't
been able to get .Net to look outside of my base directory. I tried
this in web.config:
<configuration><runtime><assemblingbinding xmls="urn:schemas-microsoft-... more >>
changing the padding within a button
Posted by Joe at 4/5/2007 8:14:06 AM
Hello All,
I have a series of button (i.e. <asp:button ...>) controls for which I need
to specify the padding between the button's text and its border. The padding
should be 6px on each side. Does anyone know how or where I can specify
this? I've looked through the button controls proper... more >>
Data / Values keep dissapearing!!!
Posted by Todd Jaspers at 4/5/2007 6:54:01 AM
Hey guys,
I guess I don't understand this whole Post-Back thing. I'm writing an
ASP page using VS2005 in C#. On the page I'm working on, I set several
variables on Form Load. I then have a button which dynamically builts some
objects. I take a COUNT of these objects and set it to a glo... more >>
n-tier
Posted by Mike P at 4/5/2007 4:17:19 AM
I've just started to try to create my own n-tier project, and I am using
an xsd schema to represent all my tables, and then datatables and
queries to get at my data. The question I have is, where does XML and
web services fit in to this? Do any web services go in the data layer,
and can I trea... more >>
Can asp and asp.net reside in same IIS server
Posted by Anandhi at 4/5/2007 3:32:01 AM
Hello All,
I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?
Thanks in Advance,
Anandhi... more >>
How can i embed a web browser in an IE page?
Posted by How to embed a Browser............... at 4/5/2007 2:40:03 AM
How can i embed a web browser in an IE page?... more >>
Migration from 1.1 to 2.0.
Posted by Samuel Bernard at 4/5/2007 2:40:03 AM
Hello,
I start with a project of migration of our Web application from 1.1 to 2.0.
Currently we have a deployment tool which load the Web site assembly in
order to access methodes containing in each WebForm.
In asp.net 2.0 each page is built into it own assembly. So I have to change
the way... more >>
How to save user's information across the whole web site?
Posted by Victor at 4/5/2007 12:37:53 AM
Hi Guys.
I have a question about which is the best way to store user info across the
whole website. Now I have 3 web servers and each server has enabled the web
garden (6 wps). now I want to save the current user's detail across the
whole website without using session. I am considering saving... more >>
add row counter in a repeater control
Posted by Eric Layman at 4/5/2007 12:07:05 AM
Hi,
How do I add row counter to a repeater control?
<ItemTemplate>
<tr style="FONT-FAMILY:Tahoma;FONT-SIZE:10PX">
<td valign="TOP" ALIGN="LEFT"><%# GetNextNumber()%></td>
Where should the function GetNextNumber() be placed?
eg:
table
Counter | name | dob
1 | John | 01-... more >>
Strange web garden problem.... :(
Posted by Victor at 4/5/2007 12:00:00 AM
I have a strange problem in my website. I configured my website to run under
2 worker processes. (web garden enabled). and I stored my user information
in the current httpcontext(like
Httpcontext.current.items.add("__currentuser", myUserobject") and retrieve
the user object like (user =
(U... more >>
customize the httpcontext.current.user
Posted by Victor at 4/5/2007 12:00:00 AM
Hi all
Does anyone has any reference or examples about how to customize the
httpcontext.current.user object to my own user object?
Cheers
Victor
... more >>
Strange NULL value behaviour / RequiredFieldValidator
Posted by Eric Layman at 4/5/2007 12:00:00 AM
Hi everyone,
Im puzzled by a NULL behaviour in SQL 2000 server.
There is a column in the table that does not allow NULL.
During data mining, the staff noted that, for that particular column, there
are a few records that are empty.
I do not specifically know whether they are "alt + 0160... more >>
|