91 new messages in 39 topics - abridged



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

BulletedList and width - 1 new
------------------------------
Hi David, Instead of setting the Width property, try setting both width and
left padding. Something like Style="width:450px;padding-lef t:20px". For an
explanation, you can go to [link]. ============= Regards, Steve [link] - Wed,
Apr 23 2008 11:29 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/0abb9e796eba25ec?hl=en


need introduced value in detailsview in code-behind - 1 new
-----------------------------------------------------------
Thanks for replying, but i still get nothing. What do you get? i tried this:
DetailsView1.Rows(0).Cells(0). Text but this gives me the headertext ("name")
of the field and not the entered value. What i want is what the user types
into the textbox embedded into the detailsview. But now i was thinking: is it
not to early to use DetailsView1_DataBound, - Thurs, Apr 24 2008 2:32 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/20b2ad2a630ac0e3?hl=en


using Ajax Modal popup - 5 new
------------------------------
Hi, I have a page with an Ajax modal popup. I would like to know when my Modal
popup is opened, my page still able to modify. Is it possible ? (I use Visual
Studio 2005, c# ) Thanks for helping. - Thurs, Apr 24 2008 2:54 am
5 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/380fdfd977950ac3?hl=en


######THEY DO DIFFERENT THINGS TO GET IT############# - 1 new
-------------------------------------------------------------
HAI FRIENDS!!! HOW TO MAKE REAL MONEY FAST!!!!!!! TO GET IT REAL INCOME SEE
THIS SITE!!!! MAKE USE OF THIS GOOD OPPORTUNITY SOON @@@@ [link] - Thurs, Apr
24 2008 3:36 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/374cc986610c035e?hl=en


ASP.Net 3.5 - Retrieving List of Local Printers on Client Machine ? - 5 new
---------------------------------------------------------------------------
I am using Visual studio 2008 and ASP.Net 3.5 How can I fill a combo with List
of Local Printers, installed on Client Machine ? If I have to buy any Activex
Control from Internet, please do recommend. Best Regards, Luqman - Thurs, Apr
24 2008 4:08 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/f4e80c43dba16976?hl=en


what have I broke? - 6 new
--------------------------
Hi I've just come back to a project I've had a week or so off from, haven't
touched it, and it seemed to be working fine when I left it. However, it's not
compiling!! Here's the warnings/errors I get... Warning 1 The member 'admind_
cafe_Default.Master' does not hide an inherited member. The new keyword is not
- Thurs, Apr 24 2008 4:37 am
6 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/2a2f0b16fde645b3?hl=en


F5 (debug) shows directory content - 1 new
------------------------------------------
Right click on your "first" page and make it "Start up page" You can disable "
directory browsing" in IIS management so IIS will server the default.aspx page.
.. But if you have "directory browsing" enabled IIS will show you the content
of the directory. And if you did not set your "Start up" page then VS will -
Thurs, Apr 24 2008 5:06 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/693c43af50780b1e?hl=en


Brand Watches Rado Ceramica Black Mens Watch R21347712 Discount, Swiss, Fake -
1 new
-----
Brand Watches Rado Ceramica Black Mens Watch R21347712 Discount, Swiss, Fake
Browse our Rado Ceramica Black Mens Watch R21347712 Swiss watches, which is
sure the watch you are looking for at low price. There are more high quality
designer watch Swiss for selection Rado Ceramica Black Mens Watch R21347712
Link : - Thurs, Apr 24 2008 5:27 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/11c3a1ed8e748a7a?hl=en


Brand Watches Citizen Men's Eco-Drive Stiletto Gold-Tone Bracelet Watch #AR
1052-58P Discount, Swiss, Fake - 1 new
--------------------------------------
Brand Watches Citizen Men's Eco-Drive Stiletto Gold-Tone Bracelet Watch #AR
1052-58P Discount, Swiss, Fake Browse our Citizen Men's Eco-Drive Stiletto
Gold-Tone Bracelet Watch ...at low price. There are more high quality designer
watch Swiss for selection Citizen Men's Eco-Drive Stiletto Gold-Tone Bracelet
Watch #AR1052-58P - Thurs, Apr 24 2008 5:28 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/fa769b5348b38a70?hl=en


UL list-style-image not working - 1 new
---------------------------------------
After serious thinking Angelo wrote : ...A guess: is the "list-style-type:
square;" overriding the ""list-style-image:url()" setting? Try it without the
"square". Hans Kesting - Thurs, Apr 24 2008 5:31 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/2058ebe0122a1f16?hl=en


Access Drive Mapped to a Network Share - 3 new
----------------------------------------------
Cool, I was just about to repost the code then checked the link and saw it.....
 Google rocks :) George. ...[link] - Thurs, Apr 24 2008 6:08 am
3 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5646f14db1fb5127?hl=en


How to print .PDF files in the background using C# - 1 new
----------------------------------------------------------
It's going to be hard to print document from server to clients printer.
Although it's possible. 1st step: You need to register printer on a server.
Google "print from Windows service" to see how to do it. 2nd step: Adobe
Arobat support "DDE automation" or simple command string. So something like
AcroRd32.exe /t "C:\test.pdf" "\\servername\printername" "AdobePS Tektronix -
Thurs, Apr 24 2008 6:16 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b262fa8154907011?hl=en


Changing output format of checkBoxList control - 1 new
------------------------------------------------------
I have the following checkBoxList in a web page. I set the DataSource in the
code behind (shown below the control) to a Dictionary<string, string>
collection. When I run the page, I get some formatting in the control that I
want to change. For this example, I get the key/value pair of the dictionary -
Thurs, Apr 24 2008 7:25 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b114f76e90b900fb?hl=en


When to create a new web user control - 2 new
---------------------------------------------
I have to create a complex page view that is based on dynamic code and
datasources. I will also be using this page view more than once in the same
project. Was wondering if this was good game for a new web user control? That
way all I had to do was drop it on a page, set some properties on it and be
done with it... - Thurs, Apr 24 2008 7:28 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/572f438b2ed352d3?hl=en


how to make navigation by using checkbox control in data gridview - 1 new
-------------------------------------------------------------------------
...A couple of things first: On the site you mention ([link]) clicking the
checkboxes does not do anything other than select or deselect the checkboxes...
 What you appear to be looking to do is not standard web browser behaviour.
When your users click a checkbox, they will not expect to be redirected to -
Thurs, Apr 24 2008 7:46 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1dd1791d4e95a37c?hl=en


usign Skype from .NET - 5 new
-----------------------------
Had anyone tried to automate Skype from ASP.NET? I need to implement Phone
activation from my ASP.NET web site. So after user had created account, robot
calls him and asks to push "1" if yes and 0 if "No". So naturally I thought
about Skype. Is it doable? Or may be someone knows other way to do it? - Thurs,
 Apr 24 2008 7:48 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9da40efe89cdc1aa?hl=en


Trying to hide an img control upon command - 4 new
--------------------------------------------------
Hi I have an img control I am trying to hide upon certain types of commands in
my code behind. When to hide it is directly tied to a asp:dropdownlist control.
 So depending on what the user selects in that dropdownlist, this image will
be hidden or be displayed. I have tied the onselectedindexchanged value of the
dropdownlist to a - Thurs, Apr 24 2008 8:18 am
4 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3572a2d1d40fd9ec?hl=en


Master Page Properties persist? - 5 new
---------------------------------------
If I have some Master Page properties, and assign them when the master page
first loads, knowing that I can access these property values in the current
Content pages, will these properties be persisted through every page, until
the browser is closed? - Thurs, Apr 24 2008 8:17 am
5 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/e7dad2ab0601209e?hl=en


I need the user to allow an exe to run from our intranet. - 4 new
-----------------------------------------------------------------
I am trying to have the users within our intranet run an exe from our website.
The following is a simplified example of the html that I am using to provide
my users with the exe. <html> <head> </head> <body> <a href="[link]">Install</
a> </body> </html> When the user clicks on the link the code automatically
executes. It will - Thurs, Apr 24 2008 9:08 am
4 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/32fd4cfe43371807?hl=en


Brand Watches Rado Coupole Discount, Swiss, Fake - 1 new
--------------------------------------------------------
Brand Watches Rado Coupole Discount, Swiss, Fake Browse our Rado Coupole Swiss
watches, which is sure the watch you are looking for at low price. There are
more high quality designer watch Swiss for selection Rado Coupole Link : [link]
 Brand : Rado ( [link] ) - Thurs, Apr 24 2008 9:24 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/4a418f425fff2d76?hl=en


inserting date created with new record - 2 new
----------------------------------------------
I'm trying to set the date created when I add a new record: (using a FormView)
This works: <asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionSt ring %>" InsertCommand="
INSERT INTO [AdultEvent] ([DateCreated], [DateLastModified], [EventName]) -
Thurs, Apr 24 2008 9:24 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/d2b48c02af5d79fd?hl=en


Brand Watches Citizen Eco-Drive Men's Corso Stainless Steel Watch #BM8080-59A
Discount, Swiss, Fake - 1 new
-----------------------------
Brand Watches Citizen Eco-Drive Men's Corso Stainless Steel Watch ...Browse
our Citizen Eco-Drive Men's Corso Stainless Steel Watch ...at low price. There
are more high quality designer watch Swiss for selection Citizen Eco-Drive
Men's Corso Stainless Steel Watch #BM8080-59A Link : [link] - Thurs, Apr 24
2008 9:24 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a0210181a9c2f18f?hl=en


ascx is ambiguous in the namespace ASP - 1 new
----------------------------------------------
The problem is back: This time the ambiguous is now xxxxxx without the _ascx.
I found another post: [link] Notice the word BUG. I hope this works. Thank you
- Thurs, Apr 24 2008 9:43 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/dd5d4c60682e106c?hl=en


Better Alternative than Application State? - 5 new
--------------------------------------------------
Your scenario is basically what Application state is for. -- Peter To be a
success, arm yourself with the tools you need and learn how to use them. Site:
[link] [link] [link] - Thurs, Apr 24 2008 9:47 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9149b08db6fa0a7f?hl=en


Making web user controls (ascx) available to more than 1 web application - 5
new
---
How do you make ascx controls available to more than 1 web application or vs
2008 project? I tried putting it inside a dll but it wont let me. I thought
there was a project type for web user controls, but can't find it now for some
reason. What should I do? - Thurs, Apr 24 2008 10:27 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/ebe367b236df76fa?hl=en


SqlConnectionString\ODBC\VS2008 - 4 new
---------------------------------------
I have the following code, in an ASP.NET app, to setup a connection in code.
string connectionString = "DSN=Interbase;UID=SYSDBA;DB=C :\\Data\\MEMDATA.GDB;
"; SqlConnection con = new SqlConnection(connectionString ); When I try to run
the app I get the following error message System.ArgumentException: Keyword
not supported: 'dsn'. - Thurs, Apr 24 2008 10:39 am
4 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/37370a8f693d409b?hl=en


Client and Office from asp.net - 2 new
--------------------------------------
I have an internal asp.net 2.0 web application where we display the contents
of various files using Response.ContentType and Response.WriteFile() settings
and it works great for .doc, .xls, etc. files. Now the users want to be able
to open them in their native programs (Microsoft Word, Excel, etc.). I have
done this with ActiveX before, but the company has moved to - Thurs, Apr 24
2008 11:19 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/404253a33f593d9a?hl=en


Opening a new window when button clicked - 6 new
------------------------------------------------
When placing a link using html, it's easy to have a new window opened for the
link instead of redirecting the current page to the destination. IE: <a href=".
./folder5/anotherpage.a spx" target=_blank>Another Page</a> I've placed a
button on the page that I would like to have do the same thing: <asp:button id=
"btnAnotherPageLink" runat="Server" text="Another Page" /> - Thurs, Apr 24
2008 11:38 am
6 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/2f8979d7ce8b7327?hl=en


dataview rowfilter and date range? - 1 new
------------------------------------------
Hi, I need to filter a dataview, but i need to filter it based on a date.
basically the view will contain products and i need to filter it to return
only those products created within the last 90 days. the products have a date_
created property, but not sure how to filter that using the RowFilter, how to
create the filter string to do that? - Thurs, Apr 24 2008 1:06 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/919c4ca93f220c0e?hl=en


Counting active users when using sessionState mode=StateServer ? - 1 new
------------------------------------------------------------------------
The subject says it all, more or less. With sessionState mode=InProc in web.
config this works fine, using this approach in the global.asax: In the session_
start event the count up: Application["UserCount"]=(int) Application["
UserCount"]+1; In the session_end event the count down: Application["UserCount
"]=(int) Application["UserCount"]-1; - Thurs, Apr 24 2008 1:34 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/59dd4cd64a2a3135?hl=en


How to add localized listitems to a dropdownlist ? - 2 new
----------------------------------------------------------
For stuff like <asp:CustomValidator id="validDate" Text="*" ErrorMessage= "<%$
Resources:Scorecards, String66 %>" Display="Dynamic" OnServerValidate="
ServerValida te" runat="server"> </asp:CustomValidator> apparently the syntax .
..= "<%$ Resources:Scorecards, String66 %>" - Thurs, Apr 24 2008 1:37 pm
2 messages , 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a15c39b4eb0a3c03?hl=en


setting properties on child controls of Custom web user controls - 3 new
------------------------------------------------------------------------
I am creating a custom web user control that is a complex page view. I want to
use it as the confirm step of a wizard control. Inside the custom user control,
 there will be different label controls that will display the text of
different things. What do I need to do in order to access the text property of
these labels? Do I need to make public accessers/properties that - Thurs, Apr
24 2008 1:38 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a746d4d9774322f4?hl=en


IHttpAsyncHandler outputting ashx directive - 1 new
---------------------------------------------------
I'm trying to stream in image from another domain asynchronously. My ashx
looks like this: <%@ WebHandler Language="VB" Class="Handlers.AsyncImageHand
ler" Debug="true" %> Here is the vb: Imports System.net imports system.io
Namespace .Handlers Public Class AsyncImageHandler Implements System.Web.
IHttpAsyncHandler - Thurs, Apr 24 2008 1:44 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/6c345ffc1d2b26be?hl=en


Session times out in less time than I set - 1 new
-------------------------------------------------
On Apr 18, 3:47 pm, bruce barker ...I have been trying hard to find any
documentation about this, but could not find any. I've tried InProc mode, and
since the result does not seem to be reliable, then I tried using SQLServer
mode. But, still a session can be lost shorter than the timeout I set in web.
config. - Thurs, Apr 24 2008 3:13 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9058083d77b0a1dd?hl=en


Brand Watches Rado Women's DiaStar Integral watch #R20383272 Discount, Swiss,
Fake - 1 new
------------
Brand Watches Rado Women's DiaStar Integral watch #R20383272 Discount, Swiss,
Fake Browse our Rado Women's DiaStar Integral watch #R20383272 Swiss watches,
which is sure the watch you are looking for at low price. There are more high
quality designer watch Swiss for selection Rado Women's DiaStar Integral watch
#R20383272 Link : - Thurs, Apr 24 2008 3:31 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1b0253097c1f4407?hl=en


Brand Watches Citizen Men's Calibre Eco-Drive Watch #AT0120-02L Discount,
Swiss, Fake - 1 new
-------------------
Brand Watches Citizen Men's Calibre Eco-Drive Watch #AT0120-02L Discount,
Swiss, Fake Browse our Citizen Men's Calibre Eco-Drive Watch #AT0120-02L Swiss
watches, which is sure the watch you are looking for at low price. There are
more high quality designer watch Swiss for selection Citizen Men's Calibre Eco-
Drive Watch #AT0120-02L Link : - Thurs, Apr 24 2008 3:31 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/0a394ace757a13f0?hl=en


Brand Watches Citizen Men's Calibre 8651 Watch #AP1020-57L Discount, Swiss,
Fake - 1 new
------------
Brand Watches Citizen Men's Calibre 8651 Watch #AP1020-57L Discount, Swiss,
Fake Browse our Citizen Men's Calibre 8651 Watch #AP1020-57L Swiss watches,
which is sure the watch you are looking for at low price. There are more high
quality designer watch Swiss for selection Citizen Men's Calibre 8651 Watch #
AP1020-57L Link : - Thurs, Apr 24 2008 4:35 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9248c1860dd4c289?hl=en


Need help with writing a file to a Network path (UPN) - 2 new
-------------------------------------------------------------
HELP! I know there's a lot of urls out there, please don't reply with a link.
I have tried them all but i guess i am missing something. I have 2 servers on
the same network, my ASP.NET runs on Server1 and need to write RSS to a Server
2 Something like this: Dim enc As Encoding = Encoding.UTF8 Dim objXMLTW As New
XmlTextWriter("\\Server2\wwwro ot\SiteRoot - Thurs, Apr 24 2008 5:41 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3889cdace595efe9?hl=en


Add WHERE Clause Dialog Box Doesn't Support Object Source? - 1 new
------------------------------------------------------------------
When configuring a data source for the GridView, I can access the Add WHERE
Clause dialog box, which allows me to filter the results based on a particular
column's relationship to any of a number of different data sources (cookies,
control, form, etc.). However, what I'd really like to do is tie it to a
static property of one of - Thurs, Apr 24 2008 7:08 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b8c05cd8514f4cec?hl=en


No comments: