|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
Will a user ever download a .manifest file separately?
Ken Spreitzer -
11 Feb 2006 11:46 PM - 3 messages
Hi, all. Quick question -- hopefully just a "yes" or "no". Will a user ever download a (separate) file with the extension ".manifest" when using *any* facet of .NET (ie, ASP.NET, WinForms, web service, etc)? More specifically, if I parse the web server log files for a server which ...
Something like cumulative or running sum
papaja -
11 Feb 2006 11:17 PM - 4 messages
Hello, My table has 2 columns with some numbers: col1 col2 --------------- 5 0 0 5 ...
Re: Uses of The 4th Dimension (New Discovery by The Human Race)
Kevin Spencer -
11 Feb 2006 9:56 PM - 1 message
Dude, you need to get back on your meds. Seriously. ...
VS2005 Add Reference
Mark Olbert -
11 Feb 2006 9:00 PM - 12 messages
I'm running into some oddball behavior that I hope is not by design. When I add a reference (via Add Reference) to the bin folder, some, but not all, of the assemblies referenced by the assembly I'm adding are also added. Example: ...
asp:panel alignment problem
Gary Coutts -
11 Feb 2006 8:46 PM - 2 messages
Hi, I am trying to center an panel using the following: <asp:Panel id="pnltest" HorizontalAlign="Center" BackColor="white" Width="800" Runat="server"> <asp:Button id=btnTest Runat="server" Text="press"></asp:Button> ...
Re: Uses of The 4th Dimension (New Discovery by The Human Race)
Amethyst -
11 Feb 2006 8:16 PM - 42 messages
us***@mail.com wrote: Brief Summery: If it has tires or testicles, it's gonna give you trouble ...
MasterPageFile in web.config - Page Designer Errors
Brian Orrell -
11 Feb 2006 6:57 PM - 1 message
I have set the masterPageFile property in my web.config as follows: <pages masterPageFile="~/Main.master" > When I create a webform and I don't specify a masterPageFile in the aspx (so that it uses the web.config specified master) and I go into design view for ...
Loggin in on the fly
Lee -
11 Feb 2006 6:57 PM - 3 messages
Hello all, I have a question about logging in users. Let's say that my website sends an email to a person with a link to go directly to a particular part of the site. The user must be logged in, in order to go to that particular portion ...
RadioButtonList in DataGrid
Chip -
11 Feb 2006 6:29 PM - 1 message
I need to give the user a multiple choice on each row of a grid, like a quiz. ------------------------ Question OAnswer1 OAnswer2 OAnswer3 ...
DropDownList - Sample (vb) of how to do Muliple Linked Together?
Dano -
11 Feb 2006 6:06 PM - 2 messages
I have been away from VB for a while, but now trying to figure out how to have several DropDownLists on a web page, whereby when I pick a value in the first list, it will show a narrowed list of choices on the 2nd list, etc. ...
Directory.Exists() with UNC Network Paths
Steve -
11 Feb 2006 5:40 PM - 1 message
On an ASP.NET page I try to access a network shared directory using the following code: System.IO.DirectoryInfo dirInfo = new System.IO.DirectoryInfo(@"\\server\share"); if (dirInfo.Exists) Response.Write ("Passed"); else Response.Write ("Failed"); The result is it always goes to "Failed" ...
Scrollable Data Grid
Steve -
11 Feb 2006 4:07 PM - 4 messages
is it possible to create a scrollable data grid without using the div command (i've tried this and it doesn't look good in our system). I was using a program called scrollinggrid, but the designers seem to have ...
How to set up Asynchronous in SQL connection string?
kai -
11 Feb 2006 3:07 PM - 2 messages
Hi, I run a ASP.NET 2.0 sample program and get the following message: Set "Asynchronous Processing=true" in the connection string. But I cannot find the place to set it up, please help. I am using SQL Server ...
ConfigurationManager class not available in VS2005 web project
Ben Fidge -
11 Feb 2006 1:43 PM - 2 messages
I recently upgraded a project from VS.NET 2003 to VS 2005 and after compilation I get the following warning: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' ...
DATATYPE PROBLEM(cross)
Savas Ates -
11 Feb 2006 12:54 PM - 2 messages
I have a column in my table BizdekiFiyat . The datatype = float length =8 (to save money values).. It is impossible to change these attributes for some reasons. It has records like This BizdekiFiyat 110 24 29.5 31.35 I use Vb.Net . I use ExecuteReader To select values from my db.. ...
Session not available in Application_PreRequestHandlerExecute
Ben Fidge -
11 Feb 2006 11:42 AM - 2 messages
After converting my project to ASP.NET 2.0 any reference to the Session[] object returns a null reference within Application_PreRequestHandlerExecute events. This worked fine in APS.NET 1.1, so can anyone please recommend an alternative method of achieving the following functionality: ...
Server.Transfer does not show correct page in address bar
Ben Fidge -
11 Feb 2006 11:15 AM - 6 messages
When using Server.Transfer, the calling page name is still displayed in the browser address bar, as opposed to the called page. This is really confusing my customers! Is there a way round it? Ben ...
updating the parent page after modifying data on a child page prob
ads -
11 Feb 2006 10:03 AM - 3 messages
hi guys, Here's the scenario: i have a gridview on a parent page. Then i open another (child) page where i can modify the data on the dridview. How do i update the gridview soon as i do modification and close the child ...
Show files in datagrid (DirectoryInfo), make button to choose a file and put the filename in a sessi
Øyvind Isaksen -
11 Feb 2006 9:10 AM - 4 messages
I have a datagrid that displays all files in a folder. It works good, but I need a extra column with a link for choosing image. As shown in the code below I have made an ItemTemplate for this, and what I ...
Passing HTTP Headers
Purushottam Khandebharad -
11 Feb 2006 8:01 AM - 5 messages
Hi all, I need to pass HTTP Headers from onw web site to another web site as I need to post a form on one web applications page to page on different web site both sites are under my control, ...
losing data
Lloyd Dupont -
11 Feb 2006 6:57 AM - 6 messages
On my web page I have a custom control developed in a C# library. Somehow when I post the page, the user input disappears. I override OnLoad() and check the value of my inputText.Text just before and after base.OnLoad() and the user entered text never even seems to reach my ...
407 error
Zandu -
11 Feb 2006 5:17 AM - 1 message
hi all, I add Web refernce in my project but getting and "Proxy authntication eror" error 407. Though ia m behin a proxy and also providing username and password. Can anybody tell me how to solve this problem, ...
Using MABLE engine from existing Java and .NET applications.
Al Fatykhov -
11 Feb 2006 4:24 AM - 1 message
Using MABLE engine from existing Java and .NET applications. These days the latest technology buzz is service oriented architecture or SOA. Web Service technology is one of the major SOA components. Web Services are exposing MABLE's API through HTTP and SOAP protocols. The architecture ...
ASP.Net 2.0 Page Layout - How to?
Bill Cohagan -
11 Feb 2006 3:21 AM - 5 messages
I'm trying to construct a page that will approximate a windows form page. It will include 5 or 6 "rows" of controls with each row containing several labels, textboxes, maybe a dropdown, a button or two, etc. I've found that using the default flow approach wont' let me come even ...
Re: Live Demo of Veriview E-Business Suite (SQL and ASP.NET 2.0)
Ken Cox - Microsoft MVP -
11 Feb 2006 3:17 AM - 1 message
Please restrict your advertisements to microsoft.public.dotnet.framework.aspnet.announcements or you risk being branded a spammer. ...
Data List question
Aaron -
11 Feb 2006 3:15 AM - 2 messages
Howdy, I have a datalist(datalist1) that is getting data from an xml file(query1.xml) Here is the layout of the xml file. How do I binding the xml file to display all the supporters/name <query1> ...
How to set up Asynchronous in connection string?
kai -
11 Feb 2006 1:49 AM - 5 messages
Hi, I run a ASP.NET 2.0 sample program and get the following message: Set "Asynchronous Processing=true" in the connection string. But I cannot find the place to set it up, please help. Thanks kai ...
Default page names?
Ken Spreitzer -
11 Feb 2006 1:25 AM - 3 messages
Hi, all. This should be a simple question. What are the default page names when the web site is running ASP.NET? I'm referring to the list that you see when you run the IIS Mgr and choose a ...
How can I extend the ASP.NET DataGrid ?
Rick -
11 Feb 2006 12:55 AM - 4 messages
If I create a class that inherits from the asp.net datagrid, and the enhancements only relate to the codebehind, what does the grid's html look like in design mode? I mean, whereas I might have an unadorned DataGrid as ...
Response.Redirect is slooow in debug mode, ok in release mode
Max -
11 Feb 2006 12:37 AM - 1 message
Can anyone point me towards reasons why Response.Redirect would work ok when running without debugging (via "Start without debugging" menu choice) but be really really slow when running in debug mode? When starting without debugging, the redirect is almost instantaneous, but ...
How-to force Profiles to use SQL Server 2000
Saber -
11 Feb 2006 12:32 AM - 6 messages
I've not installed SQL Express and want to use SQL Server 2000 instead, I want to use SQL Server address instead of App_Data folder. web.config contains: **************************************************** <anonymousIdentification enabled="true"/> <profile> <providers> <add name="ProfileProvider2" ...
For Each Statement
Stephen -
10 Feb 2006 11:41 PM - 3 messages
Hi is there a way of using for each statement to increment by a value? say For each File in Arraylist 'Do something next 4 (or something) Thanks, stephen ...
ASP.NET Code Generator
AA Computer Services -
10 Feb 2006 11:10 PM - 2 messages
ASP.NET Code Generator is a time-saving development tool that generates three-tier ASP.NET application code based on user-customizable code templates and user-defined data schema. It generates SQL stored procedures, business class code (C#), ASP.NET HTML pages and their code-behind files. It ...
Selecting a row within a row
Chip -
10 Feb 2006 10:03 PM - 1 message
I'm developing a matching UI that needs to have one one record in the left column and multiple records in the right column (possible matches for left column). I will need to be able to select one of the multiple right col ...
Start second portal in my framework.
cocamama -
10 Feb 2006 9:56 PM - 1 message
Can someone help me with starting a second webpage in the same frame? I have a concept for a franchise company and need a person who help me to expant the asp webpage. greetings Alexander [link] ...
config file using .net 2.0
Ashish -
10 Feb 2006 9:49 PM - 4 messages
I am writing a business layer component and want to store some configuration parameters for it, i dont want to use web.config of the web application that would use this business layer because of testing reasons... I created a file called Mydllname.dll.config file and set the build ...
Events and how to use them (c#)
Tarun Mistry -
10 Feb 2006 9:18 PM - 3 messages
Hi everyone, im trying to follow the example given here [link] (in VB) to pass data from a user control back to the calling page. Here events are used, however I have no experinace with them and looking at exisiting examples is really ...
Session unavailable in PostAcquireRequestState/PreRequestHandlerExecute
Flinky Wisty Pomm -
10 Feb 2006 8:44 PM - 2 messages
Hi all, I'm tearing my hair out here and I'm desperately hoping someone has a fix. I've got a .Net 2.0 web service for which I need session state, I can't use cookies because I'm using the .NetCF, I used a cookieless session ...
Http Handler Forms Auth
jbrozek -
10 Feb 2006 8:42 PM - 1 message
I have created a custome Http Handler that handles pages on my site with the form of *.tt I'm also using Forms Authentication to control access to the site, but I want any users to be able to access *.tt pages. ...
SmartNavigation won't work on server
Rudy Ko -
10 Feb 2006 8:26 PM - 4 messages
Hi, I have a long site with SmartNavigation on. It works on my developing machine. When I published to server, it doesn't work on any machine. What do I miss? Anybody know? Thank you for any kind of help. ...
passing value datagrid
Donkey -
10 Feb 2006 8:19 PM - 3 messages
Hi, Despite the many examples i can't find the right way to pass a value of a datagrid to another form. So could someone please explain me what i am doing wrong. so i have a datagrid with an invisible column and a templatecolumn with ...
HTML parser error
psilu -
10 Feb 2006 8:18 PM - 1 message
Hi , I have created a virtual directory and copied my web services file to corresponding physical directory. But when i am trying to discover the webservice from virtual directory i am getting the following errors disco http://machine/T3ASP/rtconfig.asmx ...
ASP.NET application load time after some change
Ravi Ambros Wallau -
10 Feb 2006 8:14 PM - 5 messages
Hi: We developed a set of ASP.NET Web Applications that never runs in stand-alone mode, but always inside a portal (Rainbow Portal). All modules are copied on that portal. My question is: load time takes, sometimes, three or four of minutes in ...
Null reference
MasterChief -
10 Feb 2006 7:52 PM - 6 messages
I was wondering if somebody could look at my code below. It is deleting the boxes that I chose out of the database but I am getting an error at the line below. It says that I am referencing a null object. ...
Crystal Reports in a DLL
Marc Robitaille -
10 Feb 2006 7:46 PM - 1 message
Hello, I developed a Web application where the users can enter new ideas of improvements. I also developed a crystal reports where you can see the list of the ideas. My report is based on a .xsd. When I add my report and my .xsd ...
How can I tile an Image over top of a DIV tag?
JeffDotNet -
10 Feb 2006 7:45 PM - 4 messages
I have an application (asp.net 2.0) that allows people to review documents. I need to place a tiled image (a ‘Void document Not accepted’ graphic) on top of a div. The div will have an asp:label to display the document and some ...
Embedded Media Player
codepuller -
10 Feb 2006 7:38 PM - 3 messages
I have a embedded media player into an ASP.NET web page and it all works except for the first time the page loads, when the user clicks on the play button, the player acts like it is going to play and then it stops. When I ...
can I publish changes only in 2005?
The Colonel -
10 Feb 2006 7:13 PM - 4 messages
I'm using Studio 2005. Seems no matter what, I get the "Existing files in the destination location will be deleted" prompt, then of course it takes forever because it moves EVERYTHING over again. ...
file feed
CsharpGuy -
10 Feb 2006 6:28 PM - 5 messages
I'm getting a text file formatted like this: Car VIN: 1252532525253 Make: BMW How can i get only the number out of there? ...
ressource
Progman -
10 Feb 2006 6:22 PM - 1 message
visual studio 2005 asp.net 2 I added a ressource App_GlobalResources folder to my project. I added to the ressource folder a nice 1024x768 jpg file i set my main aspx file body background to the picture name using the ...
BinaryWrite or OutputStream.Write
PrePort -
10 Feb 2006 6:13 PM - 3 messages
The goal here is to return a dynamic image from an HttpHandler that I have written. 2 questions 1. I am reading the images into byte[] fine and cacheing them fine, but what should I use to deliver the image to the client? ...
Set TimeZone for an ASP.NET Web App
Dotnet Gruven -
10 Feb 2006 6:07 PM - 3 messages
Hi, If a server is physically localled in CST and is shared, how can one create a Web Application on that server that has its timezone for EST??? I've seen other threads in this group that talk about using UTC/GMT and also ...
SqlDataSource not getting update when using DataKeyNames
rlueneberg -
10 Feb 2006 5:44 PM - 2 messages
I am having problem updating the value of a texbox control inside a gridview in which its bound field is also specified in DataKeyNames. What I noticed is that If I remove accountid from DatakeyNames the update works automatically with no code. So, now what I am trying to ...
Can't get around STAThreadAttribute
SAL -
10 Feb 2006 5:19 PM - 11 messages
When the following code is excuted from my .apsx page: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim test As New MyTestClass ...
Not your usual bonehead ASP.NET permissions issue...
Kirk -
10 Feb 2006 5:18 PM - 3 messages
My web page needs to start a process on the server that runs as a domain user so it can access the network. I'm using web services and the new feature in .NET 2.0 that lets you start a process as a ...
Timeout uploading large files
Steven Berkovitz -
10 Feb 2006 5:02 PM - 2 messages
Hi there, I am having a problem with an ASP.NET 1.1 application running on II6. When uploading large files, the attempt seems to timeout (in the form of a IE DNS error) after about a minute even though I have adjusted the executionTimeout ...
change from "//localhost:numbers/" to just "//localhost/"?
KenLee -
10 Feb 2006 4:36 PM - 6 messages
help: how can I change from "//localhost:numbers/" to just "//localhost/"? I can see the web pages using "//localhost:numbers/" instead of ""//localhost/". I use asp.net 2.o. and windows 2000. how can i set up from "//localhost:numbers/" to just "//localhost/" so that ...
crystal report viewer in landscape
Ralf -
10 Feb 2006 4:33 PM - 3 messages
I posted under a different subject earlier, no responses. I have changed the question somewhat. Is there a way to have the report come up in landscape, not just print in landscape? I know how to get it to print in landscape no problem. ...
AJAX + ASP.NET
Griff -
10 Feb 2006 4:32 PM - 12 messages
The use of AJAX as an approach seems to be taking off. Is this correct, or have I just read the hype? Is Ajax a proven approach that one should look at for building high-load websites? If yes, can anyone recommend good reading material? ...
Problem running ASP.NET 2.0 on Win2K domain controller
Rob Roberts -
10 Feb 2006 4:19 PM - 1 message
I have developed an ASP.NET 2.0 application using localhost on my Windows XP workstation, and it all works fine there. I tried to copy it to my test web server, which is a domain controller running Windows 2000 Server SP4. I ...
treeview problem in Firefox-Mozilla
Alex D. -
10 Feb 2006 4:07 PM - 1 message
hi. my treeview is not working ok with firefox-mozilla browsers, problem is that when I expand or collapse the nodes the + and - dont switch, though the node expands and collapses OK. I delete all the nodes and re-populate my ...
Custom HTML Control Tags - Lets Try Again :)
Tarun Mistry -
10 Feb 2006 3:30 PM - 2 messages
Hi all, firstly appologies for the earlier stupid post. Ok, I am using a repeater to make a table. This will be used to allow the user to select a particular object (the table displays the contents of an ArrayList of objects). ...
text file
CsharpGuy -
10 Feb 2006 3:30 PM - 2 messages
I have a text file that i have to read and insert into a database table. The files has over 30 lines of data in it, I need to start inserting data from line 8 in the file. How can I start inserting the data from line 8 of my text ...
Getting data in one column
sags -
10 Feb 2006 3:21 PM - 1 message
Hi , Iam a new uesr of this group. I have a small doubt . Iam using the code mentioned below to retrive the data from tab delimited text file ., but Iam getting all the columns of the text file in one data grid column. ...
Repaters with multiple values?
Tarun Mistry -
10 Feb 2006 3:16 PM - 2 messages
Hi there, I would like to impliment a repeater on an ArryaList of objects, the objects contain 5 piecies of information, how do I go about displaying this information, using a repearer and the positiondata class you can only output 2 pieces of information? ...
How do I set the CssClass for a GridView sorting link?
rob -
10 Feb 2006 3:13 PM - 2 messages
Hi, If I set "AllowSorting=true" on a GridView in ASP.NET 2.0, it adds a hyperlink to the top of each column. How do I apply a CssClass directly to that hyperlink? I've tried every property I can find. ...
Using american dates by default
thechaosengine -
10 Feb 2006 3:09 PM - 8 messages
Hi guys, I'm developing a web app on a UK computer. When I put a date into a textbox, its in the format DD/MM/YY. The DateTime object takes that in and handles in perfectly. Now, I need to start using the american format MM/DD/YY. ...
Help! Delete a project in Visual Studio 2005
Progman -
10 Feb 2006 2:52 PM - 4 messages
How to delete project in Visual Studio 2005 ...
Gridview - Convert Data Type in filterexpression
DummyDumb -
10 Feb 2006 2:47 PM - 3 messages
Hi, I've got a Gridview utilizing a filterexpression: <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" OnDeleted="ItemDeleted" EnableCaching="true" SqlCacheDependency="APP_TIMESHEET:AB" CacheKeyDependency="AB" SelectMethod="GetABs" TypeName="RetrieveABData" DeleteMethod="DeleteAB" ......... filterexpression="ID ='{0}' AND Status ='{1}'" OnFiltering="ObjectDataSource1_Filtering"> ...
PostBackURL to new window
bill -
10 Feb 2006 2:28 PM - 4 messages
I am using Visual Web Developer 2005. Can I use the button PostBackURL to open a second web form in a new window, instead of replacing the current page? Thanks Bill ...
ASP 2.0 - Buttons aren't firing correctly now
JohnW -
10 Feb 2006 2:21 PM - 2 messages
I recently installed .NET Framework 2.0 and have an ASP application created through VS 2005. This application runs on the same web server as .NET Framework 1.1 applications. I created a separate Application Pool for this new 2.0 application and ...
'Timeout period elapsed prior to obtaining a connection from the pool.' - Please help.
UJ -
10 Feb 2006 12:48 PM - 2 messages
We have recently started getting the following error message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...
Display Role After Login
Wayne Wengert -
10 Feb 2006 12:48 PM - 1 message
I am using ASP.NET 2.0 and after a user logs in I want to display the role which is assigned to that user. I have a loginview with the following template but I can't find the right syntax to include the role? ...
Duplicate custom controls
Tumurbaatar S. -
10 Feb 2006 12:36 PM - 4 messages
Hi! I created some user control (ASCX) and it works fine. The control is created one of subfolders of my project, so its namespace looks like: namespace myproject.subfolder1 { public class route : System.Web.UI.UserControl .... In another subfolder I also created second control, but ...
List files in a directory, modify name.
Øyvind Isaksen -
10 Feb 2006 12:26 PM - 4 messages
Hi, I have made a code that list all files in a directory on the server. It works fine, but I need to modify the filename (remove the 7 first char in the name) that is displayed in the datagrid. ...
Transactions in ADO.Net or in the Database?
NH -
10 Feb 2006 12:22 PM - 2 messages
Is it best practice to handle transactions in ADO.Net or in the database level within stored procedures? ...
Why use disconnected datasets?
NH -
10 Feb 2006 11:45 AM - 5 messages
Ok, the reasons I see for using them are: 1: Database portability 2: Improved Performance on Database server as it has less work to do The disadvantages... 1: Uncessarily comlicated to handle updates back to the database If I am not concerned about database portability and the load on the ...
Referencing the data within a sqldatasource dataset
Neil -
10 Feb 2006 11:13 AM - 2 messages
Is it possible to reference the dataset of a sqldatasource from code? I've looked at the properties for the sqldatasource but don't see anything obvious. In particular, I have a bit field in the dataset that identifies if the ...
iCalendar problem
Johannes -
10 Feb 2006 11:12 AM - 1 message
Hello all, On my webpage [link] I offer an iCalendar file with the FIFA wk 2006 match schedule so my visitors can import it easily in Outlook. When you import the file in Outlook all matches are shown correct. The ...
browser compat issue
AVL -
10 Feb 2006 10:40 AM - 4 messages
Hi, I've a issue in browsing web pages in netscape. I've a multiline text box on my web page. the word wrap for the multiline text box is not working in netscape...it's extending towwards the right ...
Datagrid at sort postback how can i retrivie the sortcommand before binding?
Pablo -
10 Feb 2006 9:33 AM - 2 messages
Hi! I try to create a custom DataGrid and i need to retrive the SortExpression that i send when i click on the header of a column. Ok i know, i can handle the OnSortCommand event. But i don't want to create an handle function in the code behind. ...
Help on XLS transformation ????
serge calderara -
10 Feb 2006 9:18 AM - 1 message
Dear all, I have a dataset object which is the source of a datagrid server control. In my application I am using that dataset to generate an XML file. The am using table mapping to defined my own column names which are ...
What causes JIT errors?
Mark -
10 Feb 2006 8:46 AM - 2 messages
Hi - I've an asp.net 1.1 web app, which causes JIT errors every time I run it. The error is very vague - Access is Denied - and I can't find any useful information on why it happens, or how to track it down. ...
How to Store web pages to local disk using httpwebrequest
Indiresh -
10 Feb 2006 8:43 AM - 4 messages
Hi all, I have a problem downloading web pages to my local system. I am using the HttpebRequest class to query a web site and get the response from the same. UndNow, when i asy a web page, all the images and support files such as JS ...
Occurence of Char!
Mr Ideas Man -
10 Feb 2006 7:01 AM - 4 messages
Hi all, Can anyone tell me if vb.net contains a function that can tell me the number of times a character appears in a string. For example: Given the value ",34," the function would report that ',' occurs twice. Cheers, ...
Wierd Warnings: mailSettings modification results in many web.config messages
VB Programmer -
10 Feb 2006 6:27 AM - 3 messages
When I change my "from" and "host" I get a slew of web.config messages... Here's the mailsettings... <system.net> <mailSettings> <smtp from=***@mydomain.com"> ...
asp.net control to run in web page like just COM
vikas -
10 Feb 2006 5:42 AM - 4 messages
Hi All, I need to run a ASP.NET (C#) native compiled binary on a web page. COM runs using a OBJECT tag, I need to know how can a .net control run in the same manner. If possible, what are the browser constraints if any. ...
IE's view source not showing what is actually being displayed
jwwishart -
10 Feb 2006 5:24 AM - 7 messages
For some reason I'll view an aspx page and... 1. Scripts that I add (using the RegisterStartupScript method of the Page object) dont show up in the source(IE->View Source)even thought I know that the scripts are registering fine in every other page. ...
Unable to remote debug my web application
Sanjeev Azad -
10 Feb 2006 4:13 AM - 1 message
Hi I have ans IIS which host a web application (.NET 1.1) on Win 2003. And i am using this application from my XP machine. The Dev enviornment is Windows XP on my machine and i am using the IIS on another machine. I was able to debug ...
removing a node from a sitemap
Bill Mild -
10 Feb 2006 3:48 AM - 1 message
How do I write a derived data source so that I can remove a node from a sitemap data source? Basically, I have a situation where the built-in security trimming is not exactly what I need. I need to exclude certain ...
different asp.net server tags (less than Percentage symbol hash or equals)
fake ID -
10 Feb 2006 3:02 AM - 1 message
Since you can't search for these symbols used in asp.net "<%#" or '<%=' I thought i'd post this to make things a little easier to find. Potential search word combinations: -lessthan Percentage symbol hash -lessthan Percentage symbol hash ...
different asp.net server tags (less than Percentage symbol hash or equals)
fake ID -
10 Feb 2006 3:01 AM - 1 message
Since you can't search for these symbols used in asp.net "<%#" or '<%=' I thought i'd post this to make things a little easier to find. Potential search word combinations: -lessthan Percentage symbol hash -lessthan Percentage symbol hash ...
setting the focus to a textbox in a user control
Sridhar -
10 Feb 2006 2:22 AM - 3 messages
Hi, I have a question. I have created a user control which contains a textbox and a button. we will enter some search word in the textbox and hit the button. Then we will get a pop-up with the listbox that contains the ...
How to get columns in nested datagrids to line up?
edgarecayce -
10 Feb 2006 1:51 AM - 1 message
I would like to implement a drill-down report using the ASP.NET datagrid. From what I have read online, a way to do this is to have a user control that implements the second-level data when you drill down ...
datagrid columns
R Riness -
10 Feb 2006 1:39 AM - 3 messages
I have a datagrid that's using a dataread to display rows from SQL Server. I have autogenerate columns turned off. When I add columns in code behind (VB), I don't get the columns displayed correctly. If I add the columns in the web ...
Session state in ASPState database
Tim Greenwood -
10 Feb 2006 1:34 AM - 1 message
We just discovered that the "temp' database ASPState is in full recovery mode. Is this necessary? Seems ridiculously overkill seeing that when we reboot the sql server machine we really don't need asp state to remain persistent. Also causes our tlog to be unnecessarily large..... ...
Why does calling an ActiveX control from a winform hosted in IE take so long?
jwinkler2083233 -
10 Feb 2006 1:03 AM - 1 message
I'm integrating some software from different vendors with a winform hosted in IE, so I don't have control over the source... Here are the symptoms: A Test program with a winform exe calling the same ActiveX control runs ...
ISSUE WITH CONFIGURATION - ASP.NET 1.1 /2.0 Side by Side
RHP_74 -
10 Feb 2006 12:45 AM - 2 messages
I have the following application structure on my web server: -- (http://localhost) - Root application: ASP.NET 2.0 ----- (http://localhost/folder): Virtual Directory - ASP.NET 1.1 Both apps have been configured to use the correct version of the framework, ...
DLL Question
Jesse Johnson -
10 Feb 2006 12:38 AM - 3 messages
I am somewhat new to ASP.NET with C# and have a questio nabout DLL's I have been looking for. How would I take my class and turn it into a DLL to reference it from my .net web forms? Some people say when you build the app ...
How to create pop up tasks in the style of Outlook Web Access?
wil -
10 Feb 2006 12:29 AM - 1 message
A familiar behavior seen in Outlook Web Access is mini-browser windows that pop up telling the user a task is due for completion or an appointment is coming up. I'm looking for ideas on how this is done. I ...
| |||||||||||||||||||||||