84 new messages in 33 topics - abridged

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

Writing records from xml file into dataset - 2 new
--------------------------------------------------
Hi All, I have an XML file with 50000 records, when i am trying to write into
DataSet through DataSet.ReadXml("C:\..\Custome r.xml"). It takes more than 30
minutes to write all records into DataSet. This affects lot on my application
performance. Is there any alternative to increase the performance & reduce the
time taken for writing... - Mon, May 5 2008 9:59 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a0c04b490c2dfc07?hl=en


Getting list of the files from a virtual directory - 5 new
----------------------------------------------------------
You can always convert a virtual path to the physical one with the MapPath
method. After this you can use the same DirectoryInfo calls. - Tues, May 6
2008 1:23 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/ef37c89ca67faf07?hl=en


Cache.EffectivePrivateBytesLimit shrinks as box gets bigger? - 1 new
--------------------------------------------------------------------
Thanks for your reply Mark, I'll do some further research on this and update
you as soon as possible. Sincerely, Steven Cheng Microsoft MSDN Online Support
Lead Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please -
Tues, May 6 2008 1:53 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/7e1494c1fd942939?hl=en


Cache-control and Expires headers - 1 new
-----------------------------------------
Thanks for your reply Mike, I'll do some furthe research on this and let you
know if I get any further information. Sincerely, Steven Cheng Microsoft MSDN
Online Support Lead Delighting our customers is our #1 priority. We welcome
your comments and suggestions about how we can improve the support we provide
to you. Please - Tues, May 6 2008 2:00 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/bbe5736a547ffbc2?hl=en


SqlConnectionString\ODBC\VS2008 - 2 new
---------------------------------------
...Mark: Yes. Thanks - Tues, May 6 2008 3:56 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/37370a8f693d409b?hl=en


UnboundDataGrid\Populating - 1 new
----------------------------------
I have a datagrid with template fields, for an image and a hyperlink. How do I
populate the cells from in memory data? I am using VS 2008. TIA - Tues, May 6
2008 5:09 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/d202e018a0dcd138?hl=en


Setting up a browser cache policy - 3 new
-----------------------------------------
How can I assign expiration dates for external js scripts? For instance, I
would like to update the expiration date of a js script by one hour after the
last fetch. Does this make sense? I have seen some examples suggesting
changing header pragmas, etc., but nothing really specific about asp.net. I am
aware about page - Tues, May 6 2008 5:18 am
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1332be8948f53e94?hl=en


XML Designer? - 3 new
---------------------
Don't think that's what they were looking for. I think they wanted a visual
designer like the asp.net designer of some sorts. The best I know of,
Microsoft took the xml designer that was in vs2005 out and never put it in vs
2008. I guess they are working on a new one that is supposed to be included in
a later version... vs2008 sp1 hopefully... - Tues, May 6 2008 5:24 am
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/e2fb40dafc0d3b52?hl=en


How to center Login control on a page? - 1 new
----------------------------------------------
<div style="width:200px; margin-left:auto; margin-right:auto"> <your login
control /> </div> "dan" <d...@company.com> a écrit dans le message de news:
OUnMc4rrIHA.5...@TK2MSFTNGP02. phx.gbl... - Tues, May 6 2008 5:58 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3dbae142f490d63a?hl=en


'securing' cookies/login info - 2 new
-------------------------------------
...That's what I thought. What I'm not so sure about, though, is what to
replace them with. If I removed the 'shared' declaration, I can't access the
variable in the control from the page that is loading it. ...Not sure what you
mean by that. Do you mean if someone is using the CMS, block anyone else from
using it? - Tues, May 6 2008 6:25 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/ddd8b021929131b5?hl=en


Split Menu into multiple lines? - 1 new
---------------------------------------
I use a Menu control at the top of my website ona master page. It is set to go
across the top of the page. Is there a way that you can split the controls
display up between multiple lines and still make it look good>? - Tues, May 6
2008 8:07 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9d787e7e9f4d71cd?hl=en


textbox states with ajax anyone? - 5 new
----------------------------------------
I tried the following with Web Dev 2008 with -and- without Ajax Extension 3.5 -
 using IE 7 I reduced my webform1 to a Scriptmanager and an Updatepanel with 2
textbox and a button. I type something in textbox1, press the button and a
function runs and completes textbox2. Then I hyperlink to webform2, come back,
and not only textbox2 is blank (one - Tues, May 6 2008 8:11 am
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3fbc38cb0c4d815c?hl=en


The located assembly's manifest definition with name '.....' does not match
the assembly reference - 1 new
------------------------------
I have an ASP project written years ago that I have recently started to try
and update. It was written by someone who used to work here before me, and the
source code I have is in a major mess. There is just one (of many) DLL file
that once I recompile I get the error mentioned above. The located assembly's
manifest definition with name '.....' does not - Tues, May 6 2008 8:28 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/6c43331492083731?hl=en


ASP NET 2.0 Cookie - 9 new
--------------------------
I have a C# utility that runs in ASP website. When user logs in the ASP code
writes the cookie using Response.Cookie. I try to read the same cookie in C#.
I am unable to read it in C# code. I am using Request.Cookies["cookiename"].
Value.ToString(). I can read the same cookie in ASP code. If I say Request.
Cookies("CookieName") in ASP that works fine.. - Tues, May 6 2008 9:11 am
9 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a0f8fd8760962de4?hl=en


Using WSE3 For Web Service Kerberos Auth - 1 new
------------------------------------------------
...No one knows? please...if anyone has an idea help me understand how to set
this up. - Tues, May 6 2008 9:18 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5d4c0048a4bec813?hl=en


DetailsView defaultMode question - 1 new
----------------------------------------
I have a Master/Detail page - the DetailsView is set to ReadOnly, and
AutoGenerates Delete/Edit/Insert buttons The Gridview has records - when a
record is selected, the DetailsView is populated I can successfully Delete/
Insert/Update - no problem However, since it's set to ReadOnly, the
DetailsView is not visible when no - Tues, May 6 2008 9:42 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/587b26fdbbb4f1ef?hl=en


path reference issue with a single masterpage and subfolders on a - 2 new
-------------------------------------------------------------------------
There is probably some simple answer to my question, but i'm still new to this
a bit.. I have a master page.. with a menu system which is coded onto the
masterpage.aspx... it uses A tags with hrefs etc.. the usual stuff.. I also
have a sub section on the site.. where aspx files arent in the root.. ie: /
rootfiles.aspx here.. then /subsection/subfiles.aspx - Tues, May 6 2008 9:52
am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/ef06b658708bbea3?hl=en


How to auto-select a GridView row that is being edited? - 2 new
---------------------------------------------------------------
Hi, I'd like to the row being edited to be also selected. That is, I don't
want one row to be selected while another row is being edited. If a user
clicks on the 'Edit' button I'd like the Select to be executed first, followed
by Edit. So, if there is a details view associated with the GridView I'd like
the details to show the content of the row being edited. - Tues, May 6 2008 11:
07 am
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/8a9e177ce7252815?hl=en


Ajax error when using response.write() - 7 new
----------------------------------------------
I'm brand new at ajax. In fact, about 20 minutes ago was the first time I got
it to work. The problem I'm having on another page did not work, however. I'm
running into the following error: Sys.WebForms.PageRequestManage
rParserErrorException: The message received from the server could not be
parsed. Common causes for this error are when - Tues, May 6 2008 11:08 am
7 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/85f1e4d075a41852?hl=en


Speed up my nested repeater! - 1 new
------------------------------------
Hey all, I have a gridview which pulls from a BLL which pulls from a DAL (an .
XSD file). Each row on that gridview has a nested repeater which pulls from
another table. The code which populates each nested repeater is shown below (
it's in the gridview's RowDataBound event). My question is this: what can I do
to speed up this process? Currently - Tues, May 6 2008 11:44 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1c1c4565566d6b37?hl=en


Reply to: "External component has thrown an exception" when building solution -
 1 new
------
I had the same problem but for building a website in the solution. I narrowed
it down by building each page one by one and found that I had some reference
problems to some user controls and namespace issues which weren't being picked
up on build. Try this and see what you find. Cheers, James Clarke - Tues, May
6 2008 11:58 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/87fbf8e452fe305e?hl=en


generate the controls in the table dynamically - 3 new
------------------------------------------------------
I have a dropdown with the list of items from 1 to 6 Below the dropdown there
is a table(This table contains all textbox and dropdownlist) with 6 rows and 5
cloums, which is INVISIBLE by default. if I select 3 from the drop down, I
should get the table with the 3 rows and 5 cloums , turn visible with all the
controls in it. - Tues, May 6 2008 12:08 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/2b2e0b2bda270cde?hl=en


Double submit - 10 new
----------------------
Where can I find a button that can only be submitted only once? Does the Ajax
controlkit have such a button ? - Tues, May 6 2008 12:20 pm
10 messages , 4 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/87a99d60317417ee?hl=en


How does javascript identify controls on asp.net pages? - 5 new
---------------------------------------------------------------
I'd like a javascript routine to calculate totals of some column in a table.
But the table is in a asp.net page, and when I do a 'view source', I see that
the names of the controls are not what I expect. Where can I get info on using
javascript with asp.net textbox fields? Thanks, Marv - Tues, May 6 2008 12:51
pm
5 messages , 3 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/81306f36317c3dc1?hl=en


Mini ASP.net code executer/testing app thing/widget? - 2 new
------------------------------------------------------------
I often want to test a simple snippet of ASP.net code. Something usually less
than a full function such as a quick if/then loop or math function. To do that,
 I usually create a new page, put my code on there, do some response.writes,
then compile and run. But this is tedius and I'm sure there's a better way. -
Tues, May 6 2008 1:05 pm
2 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/d7a59ae661391c51?hl=en


filter ilist - 1 new
--------------------
I have a custom class QBank with a public property called QBankID. I populate
the ilist(to QBank). when the iList is populated, is there a way i can filter
on the QBankID property for where it = x. I could filter this in the database
call.. but i'd like to bring back a larger dataset and only make one call to
the database for the data - Tues, May 6 2008 1:07 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3571ca77a736ab63?hl=en


problem with ProcessStartInfo - 3 new
-------------------------------------
I have the code below. It will open and print the pdf file (test.pdf) to the
printer. ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.
UseShellExecute = true; startInfo.Verb = "Print"; startInfo.CreateNoWindow =
true; startInfo.WindowStyle = ProcessWindowStyle.Minimized; - Tues, May 6 2008
2:38 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/458407b8fb03b27e?hl=en


ado.net ? on splitting a column - 1 new
---------------------------------------
I have a DataTable of values I'm using in my asp.net (1.1) application. In one
column, there is a composite value like "A,3". I'd like to know if there is a
way I can add a couple of computed columns that would grab just one of these
values (so I'd have a column with A and another column with 3). Can I do that
in a more elegant way (without looping through - Tues, May 6 2008 3:06 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1a44f4885c3c639e?hl=en


How do I loop this in a FOR loop - 3 new
----------------------------------------
I have a textbox control in each row of the table and I need to display it
dynamically In the first row of the table it is txtSample1 and in the second
row it is txtSample2 The below code is not working for (int i = 0; i <
ddlHowMany.SelectedIndex ; i++) { UserTable.Rows[i].FindControl( "(txtSample)+(
i)").Visible = true; - Tues, May 6 2008 5:52 pm
3 messages , 2 authors
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/6ed29049e425bf9a?hl=en


Problem with retrieving cookie in ASP.net - 1 new
-------------------------------------------------
I have a login form with "Remember me on this computer" checkbox. I am
creating cookie if checkbox is checked. My code is: If chk_remember.Checked =
True Then Dim ckUserName As HttpCookie = New HttpCookie("CTUserName")
ckUserName.Value = Trim(txt_unm.Text) - Tues, May 6 2008 8:31 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/770e9d1fce7176fa?hl=en


set the width of dataGrid column - 1 new
----------------------------------------
this DataGrid1.TableStyles(0).GridC olumnStyles(2).width = 150 can use in vb.
net??? i'm trying but i can't. please help me. From [link] Posted via
DevelopmentNow.com Groups [link] - Tues, May 6 2008 9:09 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/63acae130ef232f4?hl=en


Access UserControl - 1 new
--------------------------
...Thanks Bruce, I did that's work. :) I have an another question.
MyUserControl.ascx is dropped in a MyPage.aspx page. In this usercontrol
control there are 2 textbox and 1 button. When I click on the button depeding
some result with the 2 Textbox, I do a "Response.Redirect". In the MyPage.aspx,
 how can I access to the control - Tues, May 6 2008 9:57 pm
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/951c4258dce49b22?hl=en


Uploading a directory instead of a file - 1 new
-----------------------------------------------
I'd like to allow a user to point out a directory. There's facility for
pointing to a file, FileUpload, but there's nothing to get the path to a given
folder. How can that be solved (Silverlight is not an option). Konrad
Viltersten - Wed, May 7 2008 12:05 am
1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cb7774d561ff8cc9?hl=en


No comments: