|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
How to Update dataset from datagrid,when data comes from text file?
Marisha -
16 Jul 2005 11:02 PM - 2 messages
Hi Guys, I have some question, I have datadrid that bound to dataset,the data in data set filled from text file (not from database) User may update some data in datagrid,then I need to update dataset,that later will populate table. ...
how to manually stop aspnet_wp ??
ChrisA -
16 Jul 2005 8:08 PM - 2 messages
I have the worker process holding onto a COM DLL, preventing me from re-building it. How should I be shutting down the worker process for debugging? Killing the process seems heavy-handed. ...
problem connecting to my database behind a firewall
Greg W via DotNetMonster.com -
16 Jul 2005 7:48 PM - 8 messages
hello all, I have site that I just moved to a new host. It is a dedicated server that sits behind a dedicated firewall. Most of the site uses classic ASP that are working fine but I have some parts that I am converting to .NET that can't ...
Datagrid with grouped data
mj -
16 Jul 2005 6:37 PM - 2 messages
I am new to ASP.NET and would like to create a table with grouped data e.g. BOLD TITLE Sales Bill Fred George BOLD TITLE Accounts Alan Carl Jim I can do this with a heap of inline code in Classic ASP but would like to ...
ion_/_Join_Inâ€_request_script
Joe -
16 Jul 2005 6:08 PM - 2 messages
Hi, I’m looking for a Registration / Join In script in either asp.net or asp. User will fill the form (First Name, Last Name, Email, Company, Phone, etc) and after submitting the form, an email will be sent to administrators who ...
Javascript editing tools recommendation
fj -
16 Jul 2005 5:11 PM - 6 messages
Does anybody use tools for editing/debugging JavaScript? Any tools with JavaScript that has intellisense? Thanks -fj ...
DataGrid: Paging Items (Next, Previous) Question
tperri -
16 Jul 2005 4:56 PM - 3 messages
I was wondering if there was any way to use a graphical Next and Previous button instead of displaying text for the Next & Previous functionality. Does anyone know if this is possible? Thanks for the help! ...
Nothing happens when I click a button
maxfloden -
16 Jul 2005 3:57 PM - 15 messages
I have added a Button control (also tried LinkButton with same result) and some code to the click event to my web form in vb.net/vs.net. When I test it from a browser (IE6) the button shows up but when I click it ...
how can i insert <br> between the items in the checkList ?
roni -
16 Jul 2005 2:14 PM - 3 messages
hi. i have a checklist that is his items are created dynamcily. the question is, how can i write "<br"> after the 4 item for example. and in general,how can i write html code between each item. ...
Drop Down List vrs Z-Order
Richard Myers -
16 Jul 2005 12:36 PM - 2 messages
Hello I have a problem in that my dhtml/css drop down menu layers will not, no matter what z-order setting i choose, display over top of a asp.net webcontrol drop down list. I ve Googled up on the problem and it appears this is by design? Is this ...
Newbie: How to upload and save images using ASP.NET web forms (C#)
charliewest -
16 Jul 2005 12:05 PM - 2 messages
Hello - I need to upload images in my web application using ASP.NET web forms (written in C#). Since i have never done this before, i am unsure what is the best method. I assume there are two options: 1). Upload the images and save the files directory to the windows file ...
[asp.net 2.0] using aspnet tables inside own database
Arjen -
16 Jul 2005 9:37 AM - 3 messages
Hi, I want to use the aspnet tables (for membership, profiles, roles, etc.) inside my own database. I have succesfully installed these tables. Now I need to tell my application or asp.net 2.0 that it can find these ...
Session variables are lost
Guns -
16 Jul 2005 8:27 AM - 3 messages
we have a session variable object that gets lost in the same event call. I have windows XP Pro as my os with the latest service pack... I have the .net 1.1 SP1 installed. Even tried installing 1.0 SP2 but that ...
Http Modules
Sundararajan -
16 Jul 2005 8:09 AM - 3 messages
Dear Folks, I my App,I am using Http module to set some information before the page load begins.In this i am declaring some shared variables in the Http Module. whether these shared variables are shared across the application users or ...
InProc vs StateServer
tshad -
16 Jul 2005 1:08 AM - 7 messages
I switched my site from InProc to StateServer a while ago which solve a problem I was having dropping my session cookies when the worker process recycles. This has been working well until today. I was looking at some sample code and found that it won't work under ...
Checking for Session cookies
tshad -
16 Jul 2005 12:15 AM - 3 messages
I was looking at different ways of doing the same thing and at the moment was looking at the use of "is" and "=", as I have at times found that I will do something like if something = 0 and will get an error that says I can't use "=" (or <>) in this case case I ...
Windows Authentication for a single ASPX page in a web site.
batham -
15 Jul 2005 11:37 PM - 3 messages
Gurus, I have a situation, we have a web site running fine in ASP.Net, in that I have a single WEBFORM (test/test.aspx), when a user clicks this I want to have windows authentication for the same. I don't want windows ...
simple month question
WebBuilder451 -
15 Jul 2005 10:09 PM - 2 messages
I have a date called cDte and i want to get the month as text (Janurary, Feburary, ...) dim cDte as Date lblMyMonth.text = cDte.month gives me 1-12, but want jan, feb, ... and ideas? thanks kes ...
Question about Datagrid
Joe -
15 Jul 2005 10:08 PM - 2 messages
Hi, I have form with datagrid. This is what my form tag looks like, <form runat="server"> <asp:label runat="server" id="lblMessage" /> <asp:DataGrid runat="server" id="articleList" DataKeyField="FullName" OnItemDataBound="articleList_ItemDataBound" OnEditCommand = "articleList_Edit" ...
ASP code - cover up credit card #'s
Dani -
15 Jul 2005 10:05 PM - 4 messages
We currently have an online form that customers fill out to buy one of our products. After they submit it, it sends them an email containing all the order information including the credit card #. It currently sends the ...
DNS question (for an ASP.NET website)
bizsolutiondev -
15 Jul 2005 9:37 PM - 2 messages
Hi all, I have a DNS related question; this falls more under networking than anything else. NetSol is our domain registrar and we are using their email. Using their web forward, our web traffic is going to a soon to be obsolecent ...
FileStream errors attempting to open file on Shared Drive
JeffW -
15 Jul 2005 9:34 PM - 2 messages
Researched this, but none of the proposed solutions are working for me. Am hoping for some insight. Am trying to open a binary file that exists on a shared drive for reading. Code lives inside a .NET web app and looks like this: ...
Binding Multidimensional Array to DataGrid
epigram -
15 Jul 2005 9:15 PM - 2 messages
Well, conceptually this is what I want to do. I was hoping to use an ArrayList to build a (dynamic) array of string arrays, and then bind the ArrayList object to a DataGrid. I can do that, but it doesn't give me the ...
Hidding a Item (Column) of a DataList
Fabiano -
15 Jul 2005 9:08 PM - 3 messages
Please, i need to hide a Item(Collumn) of a DataList that is inside of another DataList based on some data that i my database returns. For a sample i created the code above, but it doesn't work. I tryed the visible property, ...
datagrid enableViewState question
Mortar -
15 Jul 2005 8:39 PM - 4 messages
i would like my datagrids to be both sortable and pageable. All the examples i have found so far use methods which require the datagrid's enableViewState method set to true. This can be bad if the datagrid is holding lots and lots of data. ...
Why are string constants null on postback?
Brad Wood -
15 Jul 2005 8:14 PM - 2 messages
I have a global struct with some string constants in it like: public struct SOME_CONSTANTS { public const string DUDE = "killer"; public const string SWEET = "righteous"; } This is accessible fine when the page is first called, but on postack, ...
getting more memory for asp.net 1.1
kevin goff -
15 Jul 2005 8:10 PM - 5 messages
Does anyone know if asp.net will be able to use more memory if I upgrade to a Extended 64 bit machine? Thanks, KG ...
try and finally question
WebBuilder451 -
15 Jul 2005 7:37 PM - 3 messages
I'd like to put the clean up houskeeping items in a finally block at the end of sub. Specificly i want to close my db connection, however, in the connection seems to be out of scope in the finally block. Is there a way ...
Access file in other Wourgroup from Domain.
Ivan Mostacero Plasencia -
15 Jul 2005 7:32 PM - 1 message
Hello, I have a file in my domain, but i need to copy this file to another WorkGroup using asp .net, how i can to pass the credentials for to do this task?? i was trying using Impersonation bat don't work. ...
How to make dynamic controls stay?
Terry Olsen -
15 Jul 2005 7:21 PM - 2 messages
I want to have a series of DropDownLists appear. On PageLoad, the first list is created. When I make a choice, a 2nd list is created, data loaded depending on the choice from the first list, and so on... ...
aspnet_client folder - is it required?
Frankie -
15 Jul 2005 6:31 PM - 3 messages
I have a bunch of ASP.NET Web sites on a production server. Until today, some had the aspnet_client folder and some did not. I just ran aspnet_regiis -i as part of a troubleshooting effort and suddenly ALL of the ...
Using Javascript in Aspx Pages
Wayne Wengert -
15 Jul 2005 6:15 PM - 4 messages
I want to use some javascript functions in aspx pages but I cannot find the correct way to call/link to them. When I search NGs or Google, the examples are mostly for asp pages. Does anyone have a pointer to some information on ...
Browser-side Rich Text Editor
bizsolutiondev -
15 Jul 2005 6:07 PM - 8 messages
Hi all, I am looking for a browser side WYSIWIG HTML editor for our ASP.NET based content management system (CMS). For the past few months, I've had a Firefox RTE solution in place, and it worked marginally well, ...
looking for a popup control like in MSCRM...
Jéjé -
15 Jul 2005 6:05 PM - 2 messages
Hi, I'm looking for a control to open window to allow the user to search and select an item. I have one in place, but there is a lack of options and stability. So I'm looking for a control on the web. ...
File.Move copies file instead
brian.gabriel -
15 Jul 2005 5:10 PM - 2 messages
I have a ASP.Net application written in VB.Net, I have a file import function that imports a file then moves the file to an archive. The problem is that the File.Move statement copies the file, but original file is not removed even though the file now shows up in the ...
Cannot find page after session timeout
PipScouser -
15 Jul 2005 5:00 PM - 2 messages
Hi, Most times, but not always, after my session times out (default 20 mins) if a user clicks on any control that necessitates a code-behind call, I get the 'Cannot find Server or DNS Error' white page. This ...
Permission Issue
Wayne Wengert -
15 Jul 2005 4:42 PM - 9 messages
I am trying to test some aspx pages on my local system. The code requires a "db" directory off the root of the web site. In my Inetpub/myproj I added the directory but cannot figure out how to give the application authority to ...
web site globalization solution using .net and xml question
JusPassinThrough -
15 Jul 2005 4:28 PM - 5 messages
I have a client that has an existing website of about 100 pages. He wants those pages translated into 3 different languages. He currently uses a third party translation source who suggested that a good solution would be to use ...
Need to pass a SqlConnection to a Web service
Michael Rodriguez -
15 Jul 2005 4:03 PM - 3 messages
Is this possible? I tried but it complains about the SqlConnection not being fully serializable. Are there any workarounds for this? TIA, Mike Rodriguez ...
datagrid excel export
Mortar -
15 Jul 2005 3:48 PM - 2 messages
i have a datagrid which has paging. Is it possible to export to excel the data on all the pages, not just the one that the user is currently on? ...
Web Designer question...
Zac Maclean -
15 Jul 2005 3:33 PM - 3 messages
I am a coder @ my company. I work with users on interface flow, and basic layout. I also work with a web designer so that any changes he makes don't affect the code operation. We are switching up to ASP.NET 2.0 and were ...
Re: Parent page and Custom control
Hugo Flores -
15 Jul 2005 3:21 PM - 1 message
My mistake, I was trying to access the Page object on the New event of my control. All I did was access it on the OnLoad event of the control ...
Membership and SQL Server 2000
Douglas Adams -
15 Jul 2005 3:15 PM - 5 messages
Can anyone help me, I'm trying to get Membership working in ASP.NET 2.0 with a SQL Server 2000 DB ? It works fine with SQL Express, but i need to link it up to my existing db. ...
sort this thing
Alexander Widera -
15 Jul 2005 3:14 PM - 4 messages
Hi, I have a problem with this code ... (see below) ... I want to sort an instance of MyList ... by MyData.Shortname ... Shortname is of the type string.... how can I sort the entries? Thank you for your help. Alex using System; ...
RadioButton
SAI -
15 Jul 2005 3:06 PM - 1 message
Scenario: 2 sets of radio button. Set 1 groupname is "Gender". Choices are ID "Male" and "Female". Set 2 groupname is "IsAdult". Choices are "YES" and "NO". Now I want to focus check a group. e.g. check Male or Female is checked. Now I ...
Best method to redirect randomly at 10:1
Grant Merwitz -
15 Jul 2005 3:00 PM - 2 messages
Hi We are conducting a test with our website. We are going to redirect every 1 in 10 visitors to a new default homepage to determine the effectiveness of this page. I'm looking for ideas on how to do this. ...
Please help
zislam -
15 Jul 2005 2:29 PM - 1 message
Hi : I am developing an applicaiton with ASP.NET & C#, with remote web server. It was working fine . But last two days when I bulid my application it throws an error: "Cannot Save the file bin/holimart.pdb to the web server. The server connection timed out." here holimart is ...
Please help
zislam -
15 Jul 2005 2:28 PM - 2 messages
Hi : I am developing an applicaiton with ASP.NET & C#, with remote web server. It was working fine . But last two days when I bulid my application it throws an error: "Cannot Save the file bin/holimart.pdb to the web server. The server connection timed out." here holimart is ...
Type 'Array' is not defined?
Elmo Watson -
15 Jul 2005 2:18 PM - 2 messages
My code : Line 71: Dim sFiles As String Line 72: Dim myFileArray As Array It breaks on Line 72 - - error message: Compiler Error Message: BC30002: Type 'Array' is not defined. ...
Session ending prematurely - Forms Authentication
Donald Scott -
15 Jul 2005 2:08 PM - 3 messages
We are having a problem with sessions ending sooner then they should. We have a two server web garden, both servers have identical machine keys. I'm storing session state in Sql Server. Sessions expire in 20 minutes even ...
Day drop down list in GridView
Diego -
15 Jul 2005 2:03 PM - 2 messages
I have a GridView linked to an ObjectDataSource, when I am in edit mode I'd like to display a dropdownList with the name of the days and when i save the changes I'd like to store 0 for sunday 1 for monday ecc ecc ...
Client-side validation in Windows 2003
Clarence -
15 Jul 2005 1:25 PM - 4 messages
Hello all, Somone kindly help me with this problem, PLEASE! I have simple page with - a textbox - a requiredfieldvalidator validating the textbox - a normal push button - a link button I am running Windows 2003 Server Enterprise Edition, with all the latest ...
W2003 SP1 breaks HTML recognition in XML datablobs?
Halindar -
15 Jul 2005 1:00 PM - 1 message
From a database a XML datablob is retrieved which contains a piece of HTML tekst. Before the parser correctly retrieved the HTML to show a correctly formatted tekst in the browser window for the client. Since we upgraded the webserver to SP1 the HTML tekst send to the client is truncated at the first ...
Finding a found page
zdrakec -
15 Jul 2005 12:50 PM - 5 messages
Hello all: I have a detail page from which the user clicks a hyperlink to get a list page. On the list page, I have included a hyperlink whose NavigateURL property is set, at run time, to be the URL of the detail ...
constructor
Alexander Widera -
15 Jul 2005 12:46 PM - 3 messages
hi, how can I call a constructor in a constructor? here is my sample public class Test { public int _Size = 0; public string _Name; Test(string name) { // call of constructor Test(name, 100); ...
Q: format for convert
JIM.H. -
15 Jul 2005 12:18 PM - 3 messages
Hello, SELECT name + ‘- ‘ + CONVERT(varchar,amt) as ddlCap from myTable How can I get amt be like “#0.00†format in ddlCap? ...
Security/Trust Level on Web Application
Carl Gilbert -
15 Jul 2005 12:13 PM - 1 message
Hi I was reading an article ([link]) on getting nGallery to work as I am having issues getting my application to work on some 1&1 web space. ...
Q: define values for all pages
JIM.H. -
15 Jul 2005 11:48 AM - 3 messages
Hello, In my C# asp.net web application, I need to define a few variable that is reachable from all pages. If it was C I would define it in the .h file as struct and use it in the myStruct.myFirstvalie, MyStruct.SecondValue, how ...
How to cope with different versions of a web project ?
Adrian Parker -
15 Jul 2005 11:37 AM - 2 messages
I have a web project called IngenWeb, and now I need to split it into two versions, production and development, so I want to name them IWebProd and IWebDev. Given that all the pages have IngenWeb.something in them, how do ...
Post Back Taking lot of Time
thomson -
15 Jul 2005 11:20 AM - 2 messages
Hi all, I have created a Web Application in my system, This application is accessed only in the local network[An office environment]. I have observed that in some machine When there is a post back it will ...
After Server Transfer page displaying Title
Adrian Parker -
15 Jul 2005 10:55 AM - 4 messages
Anyone come across anything like this before.. If I do a server transfer to a new page, at the top of the page, the contents of the <TITLE> in the <HEAD> section is displayed above the ...
class instance
Göran Tänzer -
15 Jul 2005 10:05 AM - 8 messages
Hi, i've written a class which does some calculations for my web application. These informatinos are different for each page request - the current user is not important. i have about 10 aspx pages and 20 ascx user controls. In most of these ...
Can RangeValidator Chek emtpy value
ad -
15 Jul 2005 9:48 AM - 2 messages
I use RangeValidator to validate a textbox from 1 to 5 But if the user left the TextBox empty, the RangeValidator take no action. Can RangeValidator Chek emtpy value? ...
Return value instead of databinding ?
Lelle -
15 Jul 2005 9:46 AM - 4 messages
hello! how can i return this value to a varible instead of bind it to a gridview Me.GridView2.DataSource = Me.SqlDataSource1 Me.SqlDataSource1.SelectCommand = "SELECT [Anvandare_Fornamn] FROM [WebappOrders_Mailbox] WHERE [AnvandareUserid] = " & "'" & anvid & "'" Me.GridView2.DataBind() / kind.... Lelle ...
Error in WebUIValidation.js function ValidatorOnLoad?
Ekkehard Preis -
15 Jul 2005 9:40 AM - 5 messages
Hi, I'm getting some strange error on one of my pages: The page is composed of some nested ascx controls, the error I am getting is 'undefined is null or not an object'. The error occurs in line 180 of WebUiValidation.js (if ...
the real value of the combo box
Tan -
15 Jul 2005 9:06 AM - 7 messages
Hello Everyone Need help! I have a object with the integer property that represent the address type. I like to show a combo box in the grid linked to an object data source displaying the string value instead of integer value. ...
Edit several DataGridEditItems?
Lars Netzel -
15 Jul 2005 9:05 AM - 3 messages
Hi Is it possible to have more than one DataGrid Item in "Edit mode" when binding? The property EditItemIndex is an Integer so that pretty much tells me that you can't but I also really think you should be able to do this ...
### Problem with Typed Dataset ###
Kiran -
15 Jul 2005 7:54 AM - 7 messages
Hi, I am using typed dataset for Employees Table and found a problem, can anyone tell me what's wrong Case 1: Employees Table: ID: int,Not Null,Idendity, Primary col Name:varchar(20),Not Null Type: Varchar(5), Null(Allowed) ...
Client-side printing ?
Jurjen de Groot -
15 Jul 2005 7:31 AM - 3 messages
I'm about to start a new ASP.NET application, this application will generate several types of documents (PDF HTML XML-DOC) wich have to be printed at the client-side... (probably on different printers A3 and A4 type) At this time I'm trying to figure out what would be the best way to ...
Timer.Elapsed event doesn't want to fire
Nathan Sokalski -
15 Jul 2005 7:19 AM - 6 messages
I am trying to learn how to use the System.Timers.Timer control to perform an action every certain amount of time. However, the Elapsed event doesn't want to fire, but I can't figure out why. I looked at several code examples ...
OCX Download to Client
Trollpower -
15 Jul 2005 7:12 AM - 2 messages
Dear NG, since im new to ASP.NET and WebControls and such stuff, ive got a tricky thing to solve. Please excuse me if i put this posting into the wrong group and tell where else I have to put it. ...
Visual Web Developer 2005 Express
sam -
15 Jul 2005 6:42 AM - 6 messages
I had installed .Net Framework 1.1 and developing asp.net 1.1 If I install Visual Web Developer 2005 Express, any impact on my .Net Framework 1.1 and .Net 1.1 applications? Please advise. ...
Cannot view subclassed Page in Visual Designer
Slimeman -
15 Jul 2005 6:36 AM - 5 messages
When I create a BasePage class in either the same or separate assembly, create a Web Form that inherits from BasePage, and then attempt to view my Web Form in the visual designer, I get the following error: ---------- The designer could not be shown for this file because none of the classes ...
gridlines vertical do not work
Beffmans -
15 Jul 2005 6:33 AM - 3 messages
Hi I have a datalist and I try to turn on both the gridlines in the list. The datalist contains a table.. Why is it not working? ch Beffmans *** Sent via Developersdex [link] *** ...
Serialization
Krishnan -
15 Jul 2005 6:11 AM - 1 message
Hi, Am having a .Net object which has a COM object as one of its properties and hence normal serialization of the .Net object for StateServer held session doesn't work. To get over this, I implemented ISerializable. However, am not ...
Equivalent to JSP Objects
Anbu -
15 Jul 2005 5:16 AM - 1 message
Hi, I'm new to ASP .NET and I'm developing a web based tool to authenticate the users. The existing application in JSP. I would like to know the ASP .NET equivalent to the URL and URLConnection JSP Objects ...
Equivalent to JSP Objects
Anbu -
15 Jul 2005 5:10 AM - 4 messages
Hi, I'm new to ASP .NET and I'm developing a web based tool to authenticate the users. The existing application in JSP. I would like to know the ASP .NET equivalent to the URL and URLConnection JSP Objects ...
Setting Focus on Edit Row in Datagrid - how do I reference new clientid name???
jason -
15 Jul 2005 4:04 AM - 2 messages
Hello and Good Day. REALLY LOST. Running ASP.NET 1.1 Becuase I think I'm using my own controls smartnavigation does not appear to work for me. Stardard issue: I've got a datagrid thats displaying pages and pages of ...
Faking subdomains for development computer.
craigkenisston -
15 Jul 2005 3:24 AM - 4 messages
In an application I'm developing I will be using subdomains in the main website to hold some sections of the sites. There will be many serverside generated links that will point to this subdomains. I already have subdomains in a preproduction server and it ...
question to marketing
Hnd -
15 Jul 2005 1:53 AM - 1 message
Both of these domains are "separate" [link] [link] Is Russ Nemhauser a homosexual? Registrant: Microsoft Corporation One Microsoft Way Redmond, WA 98052 ...
RE: Invoke code behind image-button with <Enter> key from anywhere on
se-marten -
15 Jul 2005 1:32 AM - 2 messages
...
real-life support for macs?
Paul W -
15 Jul 2005 12:49 AM - 5 messages
So what do real people do by way of supporting mac browsers?! This seems an absolute nightmare, all for 2-3% of users. Any real-life experiences or suggestions appreciated. At this stage I'm kinda contemplating detecting a mac-browser and ...
Beta Software and Expiry
Branden Smith -
15 Jul 2005 12:29 AM - 2 messages
All these beta editions will expire after some time? [link] -Smith ...
Creating an extra cell when making a multi-column DataList
Nathan Sokalski -
14 Jul 2005 11:34 PM - 4 messages
I am making a DataList using the following code: <asp:DataList id="dlstPoemTest" runat="server" RepeatColumns="4" BorderWidth="1px" BorderStyle="Solid" BorderColor="Black" GridLines="Vertical" CellPadding="0" CellSpacing="1" EnableViewState="False"> <AlternatingItemStyle BackColor="White"></AlternatingItemStyle> ...
Question about purpose of App_Code folder.
Peter Rilling -
14 Jul 2005 11:23 PM - 2 messages
In ASP.NET 2, there is support for the App_Code folder. Is there any reason that I need this folder? I know that if code in this folder changes, it is automatically recompiled, but what if we do not plan to ship any source code ...
Asp:Label Problem
Shapper -
14 Jul 2005 11:14 PM - 4 messages
Hello, I have an Asp:Label which CSS class is "style": ..style { border-color: #303030; border-style: solid; border-width: 1px; display: block; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; ...
Form Based Authentication Issue
Frank Walsh -
14 Jul 2005 10:33 PM - 7 messages
Can anyone tell me if this is possible in asp.net, I want to use form-based authentication to authenticate my users, however a employee of the company is attempting to be logged in as administrator and as a client in two ...
Asp.net for safari browser?
Paul W -
14 Jul 2005 10:30 PM - 6 messages
Hi - can someone point me to info on the issues/resolutions of supporting the safari browser? To help me understand, if I was developing pages in say FrontPage, what attributes would I set for 'target browser'? I'm having a helluva time with table layouts etc and goin' stir crazy.. ...
Update an XML File
Payx -
14 Jul 2005 10:29 PM - 2 messages
I'm creating an ASP.NET(c#) tool that allows the user to edit an xml file. When the save button is clicked I want to commit the changes to the XML file. What is a good way to do this? ...
Global PreRequestHandler error after Win Server 2003 SP1 installation
Todd Gill -
14 Jul 2005 10:06 PM - 1 message
We have recently modified our ASP.NET web application to make web service calls asynchronously using the global.asax PreRequestHandler technique as explained in the following article by Matt Powell of Microsoft Coproration: [link] ...
aspbeans
theath -
14 Jul 2005 9:50 PM - 23 messages
hi - i've written a project that lets you transfer stuff easily to and from forms and data objects. y'all are welcome to use it. it's at [link] . feel free to email me suggestions :) ...
Q: sum on datagrid
JIM.H. -
14 Jul 2005 9:01 PM - 2 messages
Hello, float tAmt = dataSet11.Tables[myTable].Compute("Sum(myAmount)", ""); I have this line in my code to calculate total myAmount field in my datagrid. Now I need to do this conditional to another field in the datagrid. Like “Sum(myAmount) where mySecondField =â€XXXXâ€â€. How can I do this? ...
### FindBy in Typed Dataset ###
Kiran -
14 Jul 2005 8:33 PM - 2 messages
Hi, There is FindByColName() function which is used to find a row in a table based on the column value. for eg. dsEmployees.tblEmployees.FindByFirstName("Kiran") Now my typed dataset dsEmployees doesn't contain tblEmployees anymore, It contains a View in it(VewEmployees) and no primary key also. ...
Q
vinay -
14 Jul 2005 8:29 PM - 3 messages
A datagrid Q Consider a scenario where i have a CollectionObject with 10000 records. And i store it in a Session Variable. I bind it to a DataGrid using the datasource. The GataGrid Paging is on, AllowPaging=True Page Size is 100 ...
SQL Server Stored Procedure with Text Field
honcho -
14 Jul 2005 8:28 PM - 3 messages
Hello, Does anyone have an example of an SQL Server stored procedure that updates a record, where one of its field is of type "text"? My procedure is /* ** Update the client note and production cycle in a Sites record. Set the ...
tabstrip changes tabs before postback validation
theath -
14 Jul 2005 8:26 PM - 1 message
Hi - I've got a tabstrip w/ a multipage going, where each page has a form in it. We do server-side validation on each tab change. The problem is that when you click another tab, you see the new tab for a second and ...
Using FileSystemObject in VB.NET
Luis Esteban Valencia -
14 Jul 2005 8:15 PM - 3 messages
I'm trying to write a little VB.NET script in an ASP.NET web page that will create folders, move files, etc... pretty much everything you can expect to do using the FileSystemObject library. Is this possible in .NET? ...
create database with asp.net
Luis Esteban Valencia -
14 Jul 2005 8:13 PM - 5 messages
Hello. I want to create a sql server database with my asp.net program. It will have a textbox for server , other for username and other for password, after it the program must execute a .sql file. Is that possible? ...
Controls.Add clash with Inner.Html?
Frank_00001 -
14 Jul 2005 7:57 PM - 2 messages
I'm trying to dynamically create controls on a <DIV>; however I want to add an <HR> in between certain controls, seems simple enough. I'm having trouble with the <HR>, I was going to just add it using InnerHtml.Insert; but for ...
ASP.NET 2.0 Membership and Login
Douglas Adams -
14 Jul 2005 7:54 PM - 2 messages
Can I hook up the existing Login components to my own database to verify and insert new users? I wish to link web users to an orders table in my SQL database and I'm wondering how i can acheive this with the Login components that are present ...
System.Security.SecurityException: Error de solicitud de permiso de tipo System.Net.WebPermission, S
When I click the cancel button of the DataGrid control, it raises DeleteCommand event!!! Why????????
Next »
|
|||||||||||||||||||||||