|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
C# Event Raising Problem
Tina -
26 Aug 2006 11:50 PM - 3 messages
I am trying to raise a custom event in a user control passing custom data arguments. I have done this many times in VB but this is my first time in C#. The code below passes the proper arguments in the ...
GetLocalResourceObject in Master Page
John Baima -
26 Aug 2006 9:46 PM - 2 messages
I am trying to make a template out of a Master Page + some other things and I wanted to localize everything so I used the Tools | Generate Local Resource command. That removed some of the text, but for the regular text, I edited the default.master.resx file and added ...
Check TextBox for int or string
MRW -
26 Aug 2006 8:10 PM - 3 messages
I'm looking for a function that will take the value of a textbox and see if it an integer or string. Basically, I'm trying to add a simple search form with two overloaded functions. If the search term is an int32, then it will run searchA; ...
SiteMap questions
Dave H -
26 Aug 2006 7:35 PM - 7 messages
I have to questions about SiteMaps 1st) Is there any way to use a wildcard in the SiteMapNode? I'd like: testpage.aspx?Type=Fruit&SubType=Apple and testpage.aspx?Type=Fruit&SubType=Orange ...
Distributable asp.net web site configuration tool
John -
26 Aug 2006 6:53 PM - 2 messages
Hi Is there a distributable version of asp.net web site configuration tool available? I need it to distribute with my app to allow end user client to manage their own users. Thanks Regards ...
App configured as 2.0, throws event implying running as 1.1 in .net form browser control, works fine
jeremy -
26 Aug 2006 3:40 PM - 6 messages
I have an ASP.Net 2.0 application running on Windows Server 2003. The application displays properly in Internet Explorer, however, when I use a browser control embedded in a .net form, I get an error and am directed to the Windows Application Event Log. The following message ...
end user web.sitemap editing
Dabbler -
26 Aug 2006 2:42 PM - 1 message
I have created a sitemap for my clients and would like them to be able to add and remove nodes as needed from an administration page. Can anyone direct me to some sample code that allows hierarchical xml files to be edited. I'm ...
How to find asp.net 1.0
ad -
26 Aug 2006 12:42 PM - 3 messages
There is only asp.net 2.0 can selected when I set the asp.net version in IIS. I wnat to set my wep applicaiton to asp.net 1.0. How can I do? ...
Parser error in web.config
ad -
26 Aug 2006 12:18 PM - 4 messages
I am use VS2005 to develp web applicaiton, it run well in my notebook But after deploy it to a Server. When I start this web application in that server, it showmessage like below. How can I do? ------------------------------------------------------------------------------------------------------- Config error ...
POST data by HttpWebRequest - very strange sytuation
peter -
26 Aug 2006 12:16 PM - 3 messages
Hi, I have very strange situation but first description ;) I have: 1) project in VB.NET, in this f.e. 1 function: Public Function Login(ByVal UserName As String, ByVal UserPassword As String, Optional ByVal ConnectionParamList As String = Nothing) As ...
Object datasource bind problem
Kevin -
26 Aug 2006 9:48 AM - 1 message
Hi my name is Kevin can someone help me with the objectdatasource, when binding bussines objects to it ? i can normally bind them to a grid and detail grid but the problem remains that when the bussiness object user that i bind in the detailgrid ...
inherit from my custom page
LeAnne -
26 Aug 2006 9:45 AM - 3 messages
I've created a custom Page class (which in turn inehrts from Page class). This class has some generic code which i'd like to include into every page. At the moment, I keep modifying the pages and changing the Inherits line to ...
Multithreading for Data Binding in Page Load
Ponnu -
26 Aug 2006 9:44 AM - 1 message
Hi, My page takes a while to load(about 2 mins) since it has to bind data from different databases and this is how I plan to do it Run the function in a new Thread which gets the data and binds it to the ...
Error by inserting a Date - DataSet
Carlos A. -
26 Aug 2006 8:55 AM - 1 message
Hello all (VB - SQL Server 2005) I create a DataSet with the insert, update, fill... functions. I have a problem when I try to insert a DateTime field only when it's empty, I have the error message: It's not possible to convert string to Date. ...
Lost html tab from the toolbox
RC -
26 Aug 2006 7:35 AM - 2 messages
Hi, I have Visual Studio 2003 installed on my machine. Probably somehow I lost my HTML tab from the toolbox. I tried 'Show All Tabs', but nothing there. Does someone know how to restore the HTML Tab? Regards, Roy ...
Custom controls settings, best practice question
Laurent Bugnion -
26 Aug 2006 7:30 AM - 3 messages
Hi, I like to develop custom controls for a number of webpages. These controls are often customizable, so that they can be reused in a number of situations. My question is: What is the best practice for configuring a custom ...
How do you save a (C#) DateTime into a SQL Server datetime column?
Steve Kershaw -
26 Aug 2006 5:59 AM - 1 message
Hi, I have a table in a SQL Server 2005 database that has a column of type "datetime". From a C# program I need to insert todays date into this column like so: gridAdapter.InsertNewGridID( Convert.ToDateTime(DateTime.Today) ); I keep on getting an error: "Implicit conversion from data type ...
shared hosting environment issue
rodchar -
26 Aug 2006 2:04 AM - 1 message
hey all, has anyone gotten WebRequest to work in a share hosting environment? thanks, rodchar ...
Where are the themes?
rory.groves -
26 Aug 2006 1:52 AM - 2 messages
I expected to run into numerous galleries of ASP.NET 2.0 Themes and Skins, but have come up with NOTHING so far, other than a promise of a theme gallery on [link] that is non-existent. ...
Web User Control works fine in dev, but only briefly live
lithoman -
25 Aug 2006 11:49 PM - 1 message
I've created a Control that builds a gallery, and it's working fine in my development environment, but keeps breaking live. The funny thing is, all I need to do to fix it is change the class name in the Control ...
ASPNET won't connect to Northwind
Harlan Messinger -
25 Aug 2006 11:24 PM - 6 messages
I installed the Northwind database in my SQL Server developer version, added [MyMachine\ASPNET] to the server logins, and in OSQL ran use Northwind GO grant all to [MyMachine\ASPNET] GO ...
Adding Style at run time
Ganesh Muthuvelu -
25 Aug 2006 10:21 PM - 9 messages
Hello, I am a ASPX page where I have defined the style for the head element. ****************** <head runat="server" > <style type="text/css"> .MyClass { background-color: aqua; ...
System.Web.UI.Page and finding the <body>
sloan -
25 Aug 2006 9:16 PM - 2 messages
If my html looks like this (page1.aspx) <HTML> <HEAD> <title>WebForm1</title> </HEAD> <body> <form id="Form1" method="post" runat="server"> <asp:TextBox id="TextBox3" runat="server"></asp:TextBox>correct ...
creating dynamic Excel forms, w/ validation -- possible?
matt -
25 Aug 2006 8:15 PM - 6 messages
hello, i am on an interesting project. in this project, i have to create dynamic data-entry forms for offline-users to fill out, save locally, and eventually postback to our app (when back online). data validation is required on the form. ...
visited link same color
prefersgolfing -
25 Aug 2006 8:01 PM - 2 messages
I'm demo'ing a new site I've built. Is there a way to keep from changing color after I have visited them? Thanks. ...
Getting value from FormView
BB -
25 Aug 2006 7:50 PM - 9 messages
Hi, I am using FormView Contol, TextBox (Hidden ) and Submit button whose caption is "View Page" in my aspx page. Here is what I am tryin to do.When page loads I generate dynamic ...
Dynamic Checkbox.Check Problem
gwilliam -
25 Aug 2006 7:29 PM - 1 message
Problem with checkboxes in webpages. I am trying to re-set the values of dinamically created checkboxes in a web page, but no matter what I try the "Checked" property is not set correctly. A control on the page does a PostBack which in turn calls the following ...
Phone Book Tab Approach
Anthony Bollinger -
25 Aug 2006 7:16 PM - 2 messages
I am using a DataList and PagedDataSource to display a membership list. I have Next and Prev links at the bottom of the data to navigate through the entire data set. However, we want to be able to limit the view to all names ...
Debugging using Visual Studio
stephen -
25 Aug 2006 7:12 PM - 2 messages
Hi, I was using a .DLL created by another developer using VB 6.0 to create excel files and it was working fine but for some reason it suddenly stopped working (cannot instantiate an object of the module in the DLL after ...
CS0433: The type 'ProfileCommon' exists in both...
Phil -
25 Aug 2006 7:08 PM - 3 messages
I'm trying to use a custom profile provider and I'm receiving this error message after I deploy a published version of the app. The app works fine when it is run in source code mode. It works fine if I run the published ...
W3C logs 404 4 unknown path
Little Gazer -
25 Aug 2006 7:05 PM - 5 messages
I am trying to determine why there are 404 errors for a reported path which our application doesn't appear to be using. The path ends with /App/none and I don't understand who or what is requesting this path and since it does not ...
Net 2.0 How to Import Usercontrols with ImportCatalogPart in vb.20
Basman -
25 Aug 2006 6:54 PM - 1 message
I am trying to find out how to Import User Controls as Webparts using ImportCatalogPart and the steps necessary to do this. These will not be Webparts in Sharepoint. They will be strickly in the Net 2.0 Framework as ...
Why we need business logic layer?
MS newsgroup -
25 Aug 2006 6:15 PM - 17 messages
I don't have clear reasons why we need business logic layer and data logic layer instead of having only data logic layer. Are there any good reasons for that? ...
Function
Ben Schumacher -
25 Aug 2006 6:12 PM - 2 messages
Is it possible to call a function from a master page that resides in the content page. I want my master page to be able to do somthing like ... Dim sStringInMasterPage As String = FunctionInContentPage() Ben ...
Setting the Session timeout for a specific page.
UJ -
25 Aug 2006 6:10 PM - 5 messages
I have a page where the user can upload a video file. As you can guess, this may take a while. Is there a way I can change the session timeout for just this one page? I would also want to change the forms authentication to be a ...
SaveViewState executing twice
tshad -
25 Aug 2006 5:12 PM - 8 messages
I thought I understood how the SaveViewState is working and was trying to use this (as per some code I found) to detect refreshes. It seemed to be working but I found that the SaveViewState was executing twice on load of ...
Error Fetching Custom Attribute Value from HtmlSelect
mirlisa -
25 Aug 2006 5:02 PM - 3 messages
I'm using an HtmlSelect (runat=sever). I add the items programmatically and I also add a custom attribute to each listitem because I need to track an additional field value. I'm having a problem getting that attribute value upon postback. I keep ...
Reference code-behind variable
Anthony Bollinger -
25 Aug 2006 4:43 PM - 3 messages
I am still getting up to speed with ASP.NET 2.0 and its companions (VS, VB, etc.). I am successfully using a PagedDataSource in my code-behind module, but I need to reference the PageCount on the page itself to generate links ...
Validators not working on Mozilla
tshad -
25 Aug 2006 4:24 PM - 5 messages
I have a RegularExpressionValidator that is testing a field to make sure the number is between 0 and 255. It works fine in IE, but doesn't work in Mozilla or Firefox. <asp:RegularExpressionValidator ID="Years" ...
GridView template needs to set CommandArgument to row index
David -
25 Aug 2006 4:02 PM - 3 messages
I have a template field in a GridView that contains two ImageButtons. When the user clicks one of the buttons, the GridView's RowCommand event is fired and I can get the CommandName. All that is fine. However, e.CommandArgument is an empty string, presumably because the ...
XML Object as DataSource ASP.NET with VB.Net?
Daniel Di Vita -
25 Aug 2006 3:54 PM - 3 messages
I want to create an XML object that can then be used as a data source on the same page. How can I create the XML object to then bind to a control? I need this all to be done without loading an external XML document. I want to build ...
Membership Problem
Scatir -
25 Aug 2006 3:51 PM - 7 messages
Hi, I have a membership problem I couldn't resolve. I have set up membership as most of tutorial instructed, and I am able to log on, but cannot stay log on for some reason. ex: when I log on, the log in become log on, but when I ...
Null int/float columns with TableAdapters
Nick Gilbert -
25 Aug 2006 3:45 PM - 2 messages
Hi, I have a database table which has some "float" columns which allow nulls. I have created a TableAdapter to view this table. If I open the TableAdapter and there are null values for some of the float columns then an exception is thrown: ...
Problem with ccnet service
softwareakash -
25 Aug 2006 3:43 PM - 1 message
Hi All I am using cruise control for continuous integration with clearcase for this I am using 2 build files, One for cruise control and one for nant all this is done according to the documentation provided on cruisecontrol itself ...
Solution File Problem Redux
Uriah Piddle -
25 Aug 2006 3:39 PM - 2 messages
Hi Gang, I posted this problem a few days ago and reported it solved but it appears that I was a bit hasty in declaring victory. The problem is this: when I create a new website in VS 2005 Standard, VS makes two folders called ...
Invalid cast from 'Int32' to 'DateTime'
KingLear -
25 Aug 2006 3:24 PM - 1 message
Dears, I'm trying to update a record in database with fields such as: ID int32, title string, body string, datePublished datetime, <nullable> dateEdited datetime which are sent to object data and then sent to store procedure, when I try ...
Form post after database insert?
Ronald S. Cook -
25 Aug 2006 3:23 PM - 1 message
I have a web app ([link]) wherein on the register page, a user fills out name and other info to register. Via ASP.NET, I insert that data into our database. But we're now wanting to also pass that data directly into SalesForce. Our ...
TraceOutputOptions not honored
chaz -
25 Aug 2006 3:23 PM - 4 messages
I would like my trace entries to have a timestamp so I figured I could set the properties on the trace listener to accomplish this but THAT that doesn't see to work . dim txtListener as System.Diagnostics.TextWriterTraceListener = new ...
Please help!!
nashak -
25 Aug 2006 3:14 PM - 1 message
Hello, I have the following button in my aspx page: <INPUT class="buttonNormal" id="cmdClose" title="Submit For Closing" style="WIDTH: 221px" onclick="javascript:OpenChecklist()" type="button" value="Submit For Closing" name="cmdClose" runat="server"> I have the following also in my aspx: ...
Confused with autoeventwireup
Carlo Marchesoni -
25 Aug 2006 2:40 PM - 6 messages
I read that autoeventwireup="false" doesn't cause Page_Load to fire automatically and trying it out with a simple page this can be confirmed easily. However, I have a page with autoeventwireup="false" (that has a masterpage with autoeventwireup="false" as well) and Page_Load DOES fire in the page. ...
Output Parameter?
Arpan -
25 Aug 2006 2:34 PM - 2 messages
A SQL Server 2005 DB table named "Users" has the following columns: ID - int (IDENTITY) FirstName - varchar(50) LastName - varchar(50) UserID - varchar(20) Password - varchar(20) Before inserting a new record in the DB table, ASP.NET first checks ...
Master Page
Ben Schumacher -
25 Aug 2006 2:32 PM - 1 message
I have a master page (document.master) that display a heading on top of the page and a menu down the left side of the page. The middle of the page is where is have my one and only contentplaceholder. I create a content page ...
Treeview node, add confirm javascript?
tfsmag -
25 Aug 2006 2:25 PM - 5 messages
Okay, I have a project management app i'm writing and in the left hand menu i have a treeview control that is populated with each project... in child nodes under each project node I have an "edit" and a "delete" ...
generate <asp:ListItem> with dynamic content
Kevin Blount -
25 Aug 2006 2:13 PM - 5 messages
As mentioned before, I'm creating a multi-lingual page where the text of the page comes from a database. This page includes a registration form which asks for address information, including the Country. I have 6 .txt files that contain a complete list of countries that we ...
cofiguration of .NET studio and Enterprise Manager in development
david -
25 Aug 2006 1:53 PM - 1 message
We will install the web server and SQL Server into a separate server machine A, and .NET studio in another machine B. Therefore, I will use B and can not directly control the server machine A. My questions are in the following. ...
Is there a character limit on bound controls?
pedalchick -
25 Aug 2006 1:40 PM - 5 messages
I'm trying to build a mini-CMS for a friend (ASP.NET 2.0/VB) - just a simple admin page w/ a text box and button that inserts some text into a database (I'm using Access 2003 - text is going into a Memo field) ...
ASP SQL Server 2005 Express
AJ -
25 Aug 2006 1:26 PM - 2 messages
Hi All, I am reading a tutorial,that seems to suggest that i can deploy SQL Server based websites without having SQL Server installed on the server. The impression i have is that i can connect to the '.MDF' file as a ...
configSource and Intellisense - is it possible?
SeeSharp -
25 Aug 2006 12:17 PM - 2 messages
..NET 2.0 has a great feature where you can remove certain elements from your web.config and put them in an external file. For example the membership element has the configSource attribute and you can set it to ...
how define a css file in a asp page who inherits from a masterpag
Sebho -
25 Aug 2006 12:17 PM - 3 messages
Hi, i have an asp page (page1.aspx) that inherits from a masterpage (MasterPage.master) so i try to define a stylesheet (mystyle.css) page to Page1.aspx and i have to put a <link> tag between <head> and </head> . ...
Convert date to: dd mon yyyy hh:mi(24h)
Totto -
25 Aug 2006 12:10 PM - 6 messages
Hi, Is it possible to convert date to dd mon yyyy hh:mi(24h) Thanks Totto ...
FormView out of sync
flodpanter -
25 Aug 2006 11:29 AM - 3 messages
I have one objectdatasource which both a gridview and a formview rely on. In my Gridview I have a command button which should display the selected row in my formview. Sorting the gridview doesnt effect the formview. The formview still ...
Why are these caracters not being display correct
Jon -
25 Aug 2006 10:17 AM - 5 messages
Hello all, In my code im using Response.Write(someText) to write out some Japanese text to a new browser window. In the command window, the text is correct, but when the browser window opens it appears as ャーã®エア抜ãÂÂ. ...
adding rows in GridView
Loading name... -
25 Aug 2006 10:16 AM - 2 messages
hey asp.net 2.0 Is it possible to add records to a database via a GridView, I mean in the GridView the user add new rows which are saved back to the database? I know I can edit rows, but I'm not sure it's possible to add NEW rows - I'm ...
SVN
odwrotnie -
25 Aug 2006 8:41 AM - 7 messages
Hi, has anyone use any svn plugin for vs2005? I am using AnkhSVN... My problem is that in WebApps when i am trying to add project to repo it adds only Website.sln file :\. Thanks in advance for any help! ...
How to implement a WindowsControl in IE that uses another Windows Control
Martin Trabold -
25 Aug 2006 8:07 AM - 3 messages
Hi how can I implement a WindowsControl in IE? I know I can use the following statement in a web page. <object id="MyTrendingControl" classid=http://localhost/TestControl1/DynamicGraph.dll#ClassLibrary1.DynamicGraph height=480 width=640 VIEWASTEXT> </object> ...
Problem with multiple lines in db data
Loading name... -
25 Aug 2006 8:04 AM - 2 messages
hey asp.net 2.0 In my db (sql server 2005) I have a record which consist of multiple lines: "HEY THIS IS A TEST OF MULTIPLE LINES" But when I retrieve this value and put it into a formview field, the data is ...
Where in the page lifecycle does validation occur?
Paul -
25 Aug 2006 8:04 AM - 4 messages
Hi all, I don't use auto postbacks on my web site to keep it javascript-free and browser agnostic. Whenever there's a postback to my page I'm using the Page_Load event to use the posted data for database updates. ...
How do i call JAVASCRIP function if...
♥eXtreme oXygen♥ -
25 Aug 2006 7:30 AM - 2 messages
How do i call JAVASCRIP function from an event of ASP.NET:BUTTON, if runat=server attribute is true... actually i want to open an popup window using asp.net--button onclick event, but its not working --aankx ...
XMLHTTP from database
Dikkuuhh -
25 Aug 2006 7:18 AM - 4 messages
Hi, I have a database with lots of information about a person, like his address etc. Now i have that information stored in 3 datasets i must get these 3 into a XMLHTTP... This part is what i don`t get. I`ll try to use AJAX for this ...
Query regarding control names on an asp.net page
jaffar.kazi -
25 Aug 2006 7:03 AM - 3 messages
Hi, What is the exact name to use to get a control reference on an asp.net page using FindControl? My experience is the following: 1. Page.FindControl does not work; it always returns null, even if I give the exact control name I'm using, eg. txtFirstName. ...
Need a groupbox in web application
Saranya -
25 Aug 2006 7:01 AM - 3 messages
hi friends i want to perform a similar control as that of a group box in my web application.i m not at all comfortable with panel,html grid layout how to achieve this plz tell ...
button onclick event handler
moondaddy -
25 Aug 2006 5:15 AM - 3 messages
I have an asp.net 2.0 application and put a html button on a web page. I double clicked on the button and it crated the event handler for me and created the stub js function for it like this: ...
Bug? OutputCache directive processed when commented out
Amil Hanish -
25 Aug 2006 5:14 AM - 2 messages
I had an aspx page with output caching turned on. Then I wanted to do some other stuff and I commented it out like: <!-- <%@ OutputCache Duration="1800" VaryByParam="t" %> --> The IDE correctly shows this as a green comment...but don't be fooled. .NET ...
Setting HtmlSelect SelectedIndex using a value
writebrent -
25 Aug 2006 5:06 AM - 2 messages
This is my code: HtmlSelect m = new HtmlSelect(); m.ID = "m1"; m.DataSource = dvBasic; //DataView created elsewhere ...
Asp.Image gets wipped from source code at run-time
Switch4Mac -
25 Aug 2006 1:47 AM - 4 messages
Hi, I want to insert an ad in my MasterPage. So in the MasterPage, I have this piece of code: <asp:Image ID="GatesAd" runat="server" ImageUrl="[link]" ...
ASP.net SQL Insert Problem
Brad Baker -
25 Aug 2006 1:41 AM - 6 messages
I'm trying to write a simple asp.net page which updates some data in a SQL database. At the top of the page I have the following code: <%@ Page Language="C#" Debug="true" %> <%@ import namespace="System.Data" %> ...
Textfile editor
Gunawan -
25 Aug 2006 1:18 AM - 3 messages
Hi, If I have generated a text file and I want to display it on the web, what kind of control (ASP.NET) Control that I can use? For example in vb 6 I can use rich text control. TIA, ...
ListBox - avoid AutoPostBack when Ctrl key pressed
an -
25 Aug 2006 1:09 AM - 3 messages
In a ListBox I allow Multiselection. I have also the Autopostback property = True When the user wants to multiselect and presses Ctrl key and starts clicking on items, the Autopostback if firerd every time: it is frustrating. Is there a way to avoid Autopostback in this case? ...
Good UI book on ASP.NET2.0 and VS2005
Ami -
25 Aug 2006 12:49 AM - 1 message
Hi All Can someone please suggest good books on ASP.NET 2.0 and VS 2005. Thank you Ami. ...
Mutliple Drop down list boxes
Ami -
25 Aug 2006 12:47 AM - 2 messages
Hi All Can someone help me how to code Multiple drop down listboxes, like Country code and associated state codes. When I select a particular country, only states that belong to that country must be populated. Please help. Right now I have 2 countries ...
Please help.
Ami -
25 Aug 2006 12:44 AM - 1 message
Hi All, I am using a Repeater control that lists the files that is available in a folder on the web server. Then I click that link and pass in the filename for streaming and displaying it on the next page. Iam passing the values when clicking ...
Please help.
Ami -
25 Aug 2006 12:39 AM - 1 message
Hi All I want to stream a text file using asp.net and C# and want to maintain the same space between the columns. I am using streamreader and streamwriter objects. Right now the problem I have is that, I can not ...
Redirect to an MMS link
Stupid48 -
25 Aug 2006 12:12 AM - 2 messages
I have a predicament.... I am passing a variable to an ASPX page that contains a physical path to an ASX file. Then, on that page, I take that link on Page_load and create a Windows Media Server on-demand publishing point. ...
javascript checkbox
rodchar -
24 Aug 2006 10:53 PM - 2 messages
hey all, just wondering about something i noticed. if i add a new html page to my project and i drag a checkbox out on to the page and double-click it to create a client-side click event i get the ...
asp.net 2.0 membership ASPNETDB_TMP.MDF" is on a network path that is not supported for database fil
jason -
24 Aug 2006 10:12 PM - 4 messages
I've been playing around with new (for 2.0) membershp functionality. I was able to build a simple login form that secures a directory on a project I built locally on my development desktop. However, when I attempt to follow the same steps on the remote test ...
Incorrect duplicate ID added to server control, leaving it with 2 IDs
aaron -
24 Aug 2006 9:48 PM - 3 messages
Hi All, I have a custom web control which works perfectly. Its just a tabcontrol to spit out navigation tabs, it inherits from System.Web.UI.WebControls.WebControl In web page design view, say I give the control an ID of "tab1". ...
Using Business Rules Table
sck10 -
24 Aug 2006 9:46 PM - 6 messages
Hello, I need to create a Business Rules table that can be pulled into the web page and use it as criteria for who should receive the approval email. For example, I have created a travel request form that ask a series of ...
How to convert a .txt file extension to a .xls file extension?
Steve -
24 Aug 2006 9:41 PM - 4 messages
Using VB.NET, How do I convert a .txt file extension to a .xls file extension? The text file is already created and saved in a folder on the server. Thanks Steven ...
How to make a EXIT button on Asp.2.0
Henry Lee -
24 Aug 2006 9:27 PM - 2 messages
Hi, I am using Asp 2.0 environemnt to develop our company Intranet. This should be a easy task for some of you but I just have no clue to make a exit button on the web page for user to click and close the broswer. ...
Open a new browser window problem!!
nashak -
24 Aug 2006 9:26 PM - 6 messages
Hello, I have a aspx page on which I have a button. In the click event method in code-behind I do some processing and now need to open a new window in another browser and pass a couple of parameters. ...
latest tabs technique pre-fw2.0
rodchar -
24 Aug 2006 9:26 PM - 1 message
hey all, anyone know of any good articles on building a web form with tabs on it? say like client-side? thanks, rodchar ...
Re: I just completed my CCNA Boot Camp IP-GATES (GOA) http://www.ipgates.com
John Timney (MVP) -
24 Aug 2006 9:03 PM - 1 message
Another company to avoid, trying to self promote via SPAM. Added to my undesirable companies list. Regards John Timney (MVP) <davidprice***@gmail.com> wrote in message ...
A connection attempt failed problem
Dennis -
24 Aug 2006 8:33 PM - 3 messages
I'm getting the following problem occasionally...the application will work perfectly well for a period of time and then this pops up. I have tried turning off the default proxy in the web.config which I had seen on other posts but that did not solve the problem. ...
Page CallBack
Ben Schumacher -
24 Aug 2006 8:31 PM - 2 messages
I have a .aspx page that implements ICallBackEventHandler. On the page I have texbox server controls and a button with a click event set to trigger the call back to the server. I put a breakpoint in the page_load event to ...
Customize Visual Studio .NET Web Setup Projects
Will Asrari -
24 Aug 2006 8:19 PM - 1 message
I am creating a web setup project in Visual Studio .NET 2003 and have completed this task successfully. As of now the client who will be receiving this setup package will get the MSI along with a SQL build ...
GridView DataFormatString not working for varchar dates
ronrogell -
24 Aug 2006 8:09 PM - 2 messages
I would like to format a date field in a GridView that is defined as a varchar. Here is the bound field that I am trying to format. What am I doing wrong? Can this only be done for DateTime fields? ...
Datagrid problem - update method not getting called?!?
Erik -
24 Aug 2006 8:00 PM - 1 message
Why isn't my update method getting called? Pasted below is an aspx from a 1.1 application I'm working on. It has two textboxes and a button for inserting data into the database, and a datagrid for editing and deleting data. When a user clicks on the ...
| |||||||||||||||||||||||