78 new messages


Active Topics
-------------

Online Store - 1 new
--------------------
Ok so the first time I will be implementing this in asp.... An online store,
allowing customer to update the records. I want to base it on mySQL because
its free. A basic question: Better to write your own or use a commercial/free
service or package to do this? If the latter, any recommendations? If the
former, anyone point me to any - Sun, Jul 30 2006 8:39 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/96914680c5b975a


HttpModule Error event doesn't fire!! - 1 new
---------------------------------------------
...I would like to add that I have added the http module in web.config under
system.web/httpmodules. - Sun, Jul 30 2006 12:42 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/288102279cae34ab


Menu Formatting Challenge... - 1 new
------------------------------------
I am using the menu control on a web page that gets its information from the
sitemap. The menu is placed horizontally across the page. The design requires
some of the buttons text are one colour and others another. (I know, I know
not good design, but its out of my control). How can I do this? I can't see
how I could apply one skinID to half the menu and one to - Sun, Jul 30 2006 8:
50 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/1b95b96a6e9e89ee


Literal control rendering empty - 3 new
---------------------------------------
Hi all, I have a custom control with an overridden Render method. Inside this
method I'm rendering each control in its collection using their RenderControl
method. However, I'm running into a problem in this scenario: <myprefix:
mycontrol runat="server"> <%= SomeVariable %> </myprefix:mycontrol> The
contained control is showing up in the control collection as a - Sun, Jul 30
2006 12:56 am
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/a483c9652f092b3


aspnet_regsql - 2 new
---------------------
Can you connect to the remote server via named pipes? Jeff wrote: - Sun, Jul
30 2006 9:06 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/757600df276dde4d


Lost original files issue, error reads 'the directory is not allowed because
the application is precompiled' - 1 new
---------------------------------------
Hi, have only precompiled version of application as original files have been
lost. Trying to alter application in Visual Web Developer but error message
reads "the directory is not allowed because the application is precompiled"
Can anyone help, thanks in advance. Simon Gare - Sun, Jul 30 2006 9:28 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/abaa88c0a2639814


Access DB error message when using ASP.NET 2.0 - 1 new
------------------------------------------------------
Hi, Richard. Access data types include Boolean, Integer, Long, Currency,
Single, Double, Date, String, and Variant. The Variant data type, in Access,
is the default. That error is caused by what the error message says: only
Variant data type variables can be assigned a Null value. There's at least a
couple of possible causes for that error. - Sun, Jul 30 2006 7:52 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/993d6ac6fa2d72d6


Report Viewer Control and MDF's - 1 new
---------------------------------------
Recently I've had the opportunity to compare and contrast the report viewer
controls performance when accessing an Express MDF and a SQL 2000 DB. Here's
what I found and wonder if any of you have seen the same behavior: When the
report viewer communicates with an MDF a timeout error frequently occurs on
the first try but renders on subsequent requests both locally and - Sun, Jul
30 2006 7:57 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/5fabf04e1b5660dd


Is it possible .. - 2 new
-------------------------
My client using vpn [box] with 16kbps connectivity for shared among multiple
users, wants me to build an aspnet application. It is basically a data entry
application requiring form/field level securities restrictions for the users,
which will be using SQL Server at its back-end. First of all I am confused
whether it is possible to run an aspnet - Sun, Jul 30 2006 5:01 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/83ef85dbce686491


Label Control? - 4 new
----------------------
Consider the following code snippet (my main intention is to display the
current time in a Label control as & when this ASPX page is accessed/refreshed)
: <script runat="server"> Class Clock Sub SetTime(ByVal intSec As Integer,
ByVal intMin As Integer, ByVal intHour As Integer) Dim lblTime As New System.
Web.UI.WebControls.Labe l - Sun, Jul 30 2006 5:37 am
4 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/789faf2c808f795


Class property syntax problems - Newbie - 2 new
-----------------------------------------------
Sorry for this trivial question: I am a newbie... I have difficulties calling
up a class poperty. Situation: I would like to move the following (sample)
function from global.asax to a custom class (MyClass). The following works
fine in an aspx file: global.asax: Public Shared Function SayHello(strName as
string) As String - Sun, Jul 30 2006 6:32 am
2 messages , 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/24c5423f1aeb7a21


elegant coding style - checkboxs - 2 new
----------------------------------------
Hi, I have a group of checkboxs in the beginning of each row of a table. Each
row has other controls in it. When I get a set of values back from the
database and one of the values is of course what checkbox sould be checked. I
am wondering how u guys would code the rest of the fields in the row to be
databound. Now i'm not asking how u databind to a - Sun, Jul 30 2006 6:34 am
2 messages , 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/8618cb36adeceffa


Why?! - 3 new
-------------
Hi, I have a problem... My website has a masterpage and 2 pages (Start.aspx
and Button.aspx) connected with this masterpage. On my masterpage there are
textbox, button and label. This button has postbackurl set to Button.aspx and
protected void Button1_Click(object sender, EventArgs e) { Label1.Text =
TextBox1.Text; - Sun, Jul 30 2006 3:48 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/7259a2f4c672e450


ASP .Net shopping cart solution - 3 new
---------------------------------------
Looking for an ASP .NET shopping cart solution that I can integrate into my
own web site (i.e. that I cam actually run on my won web site. Will save me a
lot of time. Ideally I want it to use mySQL as the backend database Any
suggestions? JJ - Sun, Jul 30 2006 3:34 pm
3 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/b5877693ba6fd257


Disabling save as... - 1 new
----------------------------
In article <1153978075.989684.17...@i3g20 00cwc.googlegroups.com>, prabh...@
hotmail.com writes ...And the user simply clicks Ctrl-N and the page opens in
a new window, complete with menus, toolbar, etc. ...Not only is this a useless
attempt to stop users from doing what they want, it has serious accessibility
issues and should never be used. You - Sun, Jul 30 2006 5:27 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/f200917c76e3caeb


FireFox w/ Master Pages - 1 new
-------------------------------
In article <#TccmOprGHA.4...@TK2MSFTNGP04 .phx.gbl>, Tina <TinaMSeab...@
nospamexcite.com > writes ...Sure, IE is a lousy browser!! FF will be
displaying the content the way it is supposed to be, and IE will be
demonstrating some of its fine collection of bizarre bugs. Check your HTML is
valid, check you have the right doctype (you want to - Sun, Jul 30 2006 5:35
pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/6cf2b62540ce40ef


Help w/extra space between controls (and i don't want the space) - 1 new
------------------------------------------------------------------------
In article <CACB7EEE-3520-45D2-A8E3-6F347 57E3...@microsoft.com>, dw <d...@
discussions.microsoft.co m> writes ...Doesn't matter, this sounds more like an
HTML problem, albeit one probably caused by the IDE. ...Side issue, but you
shouldn't be doing this. There was an excuse for using tables for layout maybe
seven or eight years ago, but nowadays - Sun, Jul 30 2006 5:32 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/4c6e91a367df788b


Asp.Net tree view control font problem - 1 new
----------------------------------------------
In article <1153720410.400522.151...@m73g 2000cwd.googlegroups.com>, Santosh <
Santoshmshinde...@yahoo.com> writes ...Never tried it that way, but if you
give the control a cssClass property, and use CSS to set the font info, it
works fine. HTH - Sun, Jul 30 2006 5:36 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/1e479863bebec22


Writing Exceptions to the Application Log - 5 new
-------------------------------------------------
Hi there I'm trying to find the correct way to write exceptions to the
Application log using Vb.Net. I've done a fair bit of Googleing and although
this gets plenty of mentions and that this is apparently the correct way
forward nobody offers a solution as to how it is actually done. I gather that
code like: - Sun, Jul 30 2006 9:44 am
5 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/c22ca9a2e61bb6c8


Saving an image from the browser - 1 new
----------------------------------------
Yes, I tried including the following line of code immediately before the Save()
 method: Response.ContentType="image/gi f" I also have the following attribute
in my @Page directive: ContentType="image/gif" But neither on seemed to make
any difference. - Sun, Jul 30 2006 1:03 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/684c51455ec7ad49


Custom SiteMapProvider. - 2 new
-------------------------------
hello , I am implementing a custom site map provider to display the bread
crumb control on all the navigation pages on my site. My site's navigation
possibly consists of hundreds nested of categories and products, and i don't
want to create and store the whole catalog in the site map. I think in my case
it would be cheaper to just dynamically create the - Sun, Jul 30 2006 12:43 pm

2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/aba759c1519b7476


Localization - 3 new
--------------------
I need to localize my ASP.NET app and I just used "Tools" --> "generate local
resources" command and everything works fine in my WebForms. Resource file
name is: MyWebForm.aspx.resx under a subDir named: "App_LocalResources" inside
the App directory. Now I need to localize some messages my VB app sends to the
user. What I'm - Sun, Jul 30 2006 10:49 am
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/d4c9a0cbdb892738


Seeing Website1 in IIS - 2 new
------------------------------
Hello. With Visual Studio 2002, whenever I created an asp.net application, a
directory (folder) was created under the root directory in IIS. Why with VS
2005 can't I do the same thing? I am trying to access the site from IIS so
that I can go to the ASP.net configurations and change the default server to
SQL Server 2000. (I - Sun, Jul 30 2006 1:59 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/da5360361ecdf86e


Problem setting css style using relative path - 1 new
-----------------------------------------------------
On Sat, 29 Jul 2006 16:03:25 -0500, "msnews.microsoft.com" ...Hi, I don't
quite understand what you mean by #2. Are you suggesting spelling out the
domain name in the css file? If so, I think that would mean I'd have to change
that each time I moved from one domain to another (like testing to non-testing)
. - Sun, Jul 30 2006 6:01 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/544f411c2905a7f3


Referencing a parent control from a child? - 3 new
--------------------------------------------------
I have two UserControls I'd like to have talk to each other. One of them is
contained within the other, in a parent/child relationship. The child control
is loaded dynamically (it's declared as a WebControls.Placeholder) in the
parent through a call to LoadControl(). I'm using events to communicate
between them. The parent will fire an - Sun, Jul 30 2006 3:09 pm
3 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/717aca3bb5ad6136


System.Diagnostics.Process & Dual-Server Environment - 1 new
------------------------------------------------------------
In my code I have created a Process for opening up a command line executable
using System.Diagnostics.Process that imports a csv full of Generic
Authorization account information to numerous tables (SQL). When the
executable resides on the same server as my application the import works fine.
When my application is executed a new text file is created - Sun, Jul 30 2006
4:09 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/6365c8851f4089fb


Unrecognized tag prefix or device filter 'asp' - 3 new
------------------------------------------------------
Hi all I am currently developing in VS .NET 2005. I am trying to create a
master page but am getting the above error (Unrecognized tag prefix or device
filter 'asp') when trying to add a Content Placeholder control. My page source
is as follows: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="
MainSite.master.cs " Inherits="NBNZ.MasterPages.Mai nSite" %> - Sun, Jul 30
2006 4:23 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/7f5816a2cefb313a


System.Web.UI.ControlCollection exception - 1 new
-------------------------------------------------
Hi, I get this error after I did a load test on my website (500 constant user
load in team system for 35 minutes). This error is logged after about 1 minute
of load testing and is logged every 60 seconds. Any ideas? Event code: 3005
Event message: An unhandled exception has occurred. Event time: 30/07/2006 21:
56:12 - Sun, Jul 30 2006 4:37 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/8c5b633d48c3adfd


MasterPages issue - 3 new
-------------------------
We have a Master page problem that comes around time and time at work and it's
a problem that has been confirmed by other developers on the project I have
been on. Additionally I have had the exact problems happen on my personal
project at home. Myself and the team I have been on are pretty experienced
with master pages and themes however now it is time for us to get - Sun, Jul
30 2006 5:00 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/f7bcf1f15d0ffefe


How to make a user control - 1 new
----------------------------------
I want to know how to make a web user control with pagelet, since they make
the controls of asp.net <asp:CheckBoxList ID="CheckBoxList1" runat="server"> <
asp:ListItem>asd</asp:ListIte m> <asp:ListItem>asd</asp:ListIte m> <asp:
ListItem>asd</asp:ListIte m> <asp:ListItem>asd</asp:ListIte m> - Thurs, Jul 27
2006 9:39 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/8a87d42395e1a6ad


Making Windows Explorer search right - 2 new
--------------------------------------------
I recall that I had to do something to make Windows Explorer search correctly.
For instance if you searched for files: *.vb and put in the work RaiseEvent it
doens't find anything. I had to make some change to make that work. Now I have
a new computer and forgot what I have to do. Anyone know with it is? - Sun,
Jul 30 2006 5:25 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/2dd708eaf477932f


Login- demo - 1 new
-------------------
I have a login control which I want to have loaded my demo user name and the
demo password. Naturally the demo password doesnt have to show as text literal
but best I can tell I cant set the password programmically. I could hide the
password however I would still need to "login" this demo user with a - Sun,
Jul 30 2006 7:39 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/f9ea4b4638c546ec


Calling function using repeater (vb vs. c#) - 1 new
---------------------------------------------------
Hello Steve, As for the databinding expression in ASPX template, they're
dynamically compiled at runtime, and the error you encountered is likely due
to the different compile option between VB.NET and C#. For VB.NET, it is using
latebinding that means wo do not need to convert the object to the actual -
Mon, Jul 31 2006 3:02 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/9340e2015a7b3798


VB Modules Not Available Globally After Upgrade to 2005 - 1 new
---------------------------------------------------------------
Hello John, Regarding the issue, I see you aslo post in microsoft.public.
dotnet.langua ges.vb and some community member has provided some suggestions
which are quite helpful on this, please refer to that thread for this issue.
Sincerely, Luke Zhang Microsoft Online Community Support ======================
======== ==================== - Mon, Jul 31 2006 3:16 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/6cba1920fe57e0d7


Problem in Deleting Files - 1 new
---------------------------------
Thanks for Hitesh's inputs. Hi Sandeep, For such file deleting Access_Denied
error, it has the following possible causes: 1. The current ASP.NET
application's running security identity doesn't have the sufficient permission
to delete the target file. Genernally if you're not using impersonate in your
ASP.NET application, the current security - Mon, Jul 31 2006 3:20 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/9f2038d0c3fb1d86


Sub-domains - 1 new
-------------------
Is there any way to make ASP.NET process requests to all the subdomains
without registering each subdomain in IIS? - Mon, Jul 31 2006 3:48 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/5cb4dea8b2a4a5e2


Refering to <asp:...> Controls in Client-Side JavaScript - 1 new
----------------------------------------------------------------
Thanks for Nathan's good suggestions. Hi Alex, I think Nathan's suggestion on
creating some script template files and load script fragment from them at
runtime is a good idea. Also, more specifically, you can consider the
following means: 1). create a separate class library project 2) create some
script template files(text files) which contains the scritp - Mon, Jul 31 2006
3:56 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/d8231d8cca40c849


Unknown error in ASP.NET 2.0 - 2 new
------------------------------------
Hello, I'm developing an Atlas application in ASP.NET 2.0. Everything was OK,
but suddenly I started to get some strange errors on one of the pages: When I
click any button or invoke any server-side script, I'm getting a popup window:
"Unknown error". So I'm stuck. There is no error number, so I cannot
investigate it further. - Sun, Jul 30 2006 9:12 pm
2 messages , 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/b569c47bd2699a5a


access inner formview controls - 2 new
--------------------------------------
how do I access a textbox control inside a formview? formview.textbox1.text ==
"hello world"; doesn't work - Sun, Jul 30 2006 9:29 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/c2a610c38217f59d


problem with datagridview - 1 new
---------------------------------
Hi , I am developing a ASP.NET web application in which I am using a
datagridview. It is an editable gridview. My grid has almost 5000 items and i
am required to show these items in a single page (using a scrollable div). One
of the columns of the datagridview is Combobox column. Combobox column - Mon,
Jul 31 2006 10:23 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/477314442a89f4d1


Run Dos command in Asp.Net applications - 2 new
-----------------------------------------------
Hi Guys, Thanks for your response. As you said I execute this code in page
load event. But nothing was happenned, System.Diagnostics.Process runner = new
System.Diagnostics.Process(); runner.StartInfo.UseShellExecu te=false; runner.
StartInfo.FileName = "cmd.exe"; runner.StartInfo.Arguments = "copy c:\\bsm\\a.
txt c:\\bsm\\b.txt"; - Sun, Jul 30 2006 9:51 pm
2 messages , 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/1ee86ad9eba187be


problem with datagridview in ASP.NET 2.0 - 2 new
------------------------------------------------
Hi, I am developing an application which uses datagridview.The grid contains
about 5000 records and i am showing them all in a single page by putting a
scrollabe div around datagridview (I am required to do so.. ) The grid has a
column having comboboxes. These combos work fine for a few hundred records -
Mon, Jul 31 2006 10:32 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/2f555dd185641363


Checking individual Radio Buttons with the same GroupName doesn't work - 1 new
------------------------------------------------------------------------------
In standard HTML, the <INPUT type="radio" name="x" /> control only allows one
radio button to be checked at a time. When more than one are set as checked="
true" then only the last one rendered appears as checked. I would assume that
asp:RadioButton objects that share the same GroupName would not allow more
than one Radio Button to be checked - Sun, Jul 30 2006 10:25 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/2b8abbd37d447d85


Learing ? - 1 new
-----------------
Hi, You can make changes only in the Content Page: protected void Page_Load(
object sender, EventArgs e) { DropDownList ddlType = (DropDownList) Master.
FindControl("ddlType"); ddlType.SelectedIndexChanged += new EventHandler(
ddlType_SelectedI ndexChanged); } void ddlType_SelectedIndexChanged(o bject
sender, EventArgs e) - Mon, Jul 31 2006 6:45 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/6c9ca8f437485fbe


which Microsoft Business solution product would be good to know - 1 new
-----------------------------------------------------------------------
After doing some .Net which Microsoft Business Solution product seems
promising in the market is it Microsoft Dynamics NAV,Microsoft Dynamics AX or
Great Plains? Any ideas? - Mon, Jul 31 2006 4:45 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/5ec75e2eaec03e15


Binding ObjdataSource to Gridview - 1 new
-----------------------------------------
Hi Gary, Please feel free to post here if anything is unclear or you need more
detailed sample code. Regards, Walter Wang (waw...@online.microsoft.com,
remove 'online.') Microsoft Online Community Support ==========================
==== ==================== When responding to posts, please "Reply to Group"
via your newsreader so - Mon, Jul 31 2006 6:59 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/bbe69466bdc28d52



No comments: