ASP.NET Problem & Solution

Topics
-------
Static Class Factory - Alice is seeing Bob's data - 3 new
---------------------------------------------------------
Thanks for the replys - I've read the article Patrice recommended. I understand that using static objects can have issues with shared values e.g. static class TempStore { int myValue; static TempStore() {} static Int GetValue() { return myValue; } static SetValue(int inpVal) - Thurs, Oct 11 2007 5:29 am 3 messages , 3 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/16b93baf97fd3ec8?hl=en

Cookies - 1 new
Using windwos authentication I cant see how it would end up in a cookie. Maybe you have some sort of spyware - Thurs, Oct 11 2007 5:31 am 1 message, 1
author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/77c6861e17e9ac51?hl=en

PLEASE ASSIST MY CHURCH PALNTING PROJECT. - 1 new
Dear Beloved Brethren, Calvary greetings to you all in the name of Our Lord Jesus Christ. I am Pastor Isaac Orits Edah, 36 years old from Lagos Nigeria,married to Evangelist Faith Abosede, We are bless presently with Two son's Isaac and Elijah, Isaac is 6 years and 6 month and Elijah is 2 years and 7 - Thurs, Oct 11 2007 5:48 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/be5965bcbc54c03f?hl=en

AdRotator Problem - 1 new
Steven, Thanks for the info, I have solved it using a slightly different approach. My goal was to implement a customcotrol and I have now done this using a composite control which contains two child controls a SqlDataSource and the AdRotator. This now works well. However I have a new Problem which I have posted as a new thread. In the Building - Thurs, Oct 11 2007 6:05 am 1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/04127c1ef9e57206?hl=en

GridView AutoGenerateColumns not working - 2 new
Answering my own post for the benefit of others. The default value of AutoGenerateColumns property of gridview is true as it shows up in the proprtywindow, but my suggestion is : Don't count on it. I manually added the AutoGenerateColumns attribute in the asp:GridView element on the html page andits is now showing all the returned - Thurs, Oct 11 2007 6:09 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/217264816bbdc2d3?hl=en

Ranking ? - 4 new
Hi, I need to create a ranking column wich will be the row number... it is theseller wich most sells... Ranking Seller Sum 1 Paul 2.212,00 2 Robert 1.500,003 .... .... I have already the sql, but I dont know how to do the ranking number column... Can you help me? - Thurs, Oct 11 2007 6:06 am 4 messages , 3 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/c866a3881837a7ef?hl=en

RTF Documents and Session - 1 new
Oh shock of all shocks, i carried on trying to work out what was the problem and it seems that it was a Telerik control that was breaking things. - Thurs, Oct 11 2007 6:21 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/09a4f197e344c874?hl=en

get text of pdf through syncfusion component - 1 new
Go to the Aspose website: [link] 2) Download and install the evaluation version for .NET: [link] 3) Read the documentation: [link] - Thurs, Oct 11 2007 6:29 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cff931eb3757b4ed?hl=en

using OnLoad to search a database - 4 new
...anyone? - Thurs, Oct 11 2007 6:40 am 4 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/8253f62a489d7f29?hl=en

Load MFC DLL from C# web service... - 2 new
Hello, I'm having problems loading my MFC exported function from my C# Web service. I'm using the DllImport to load the dll and declare the function likethe following: [DllImport("MyDLL.dll")] public extern static int MyFunction();and in the MFC dll it is exported like the following: __declspec(dllexport) int MyFunction(); - Thurs, Oct 11 2007 7:50 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/92c4c44e3943d4ff?hl=en

dropdownlist onchange squiggly - 5 new
hey all, can someone please tell me why the onchange has a squiggly and if there is a better way to access the client-side change event for the drop-down list? The message is saying it's not a valid attribute of the drop down list - Thurs, Oct 11 2007 7:49 am 5 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/4e85cf7379caaf59?hl=en

PDF in asp.net - 2 new-
I asked a question about PDF/Word document generation recently, and one of theresponses I got was to use: [link] Specifically: [link] Downloaded the trial, absolutely loved it, company purchased it, and we've never looked back. Not affiliated in anyway, just a very satisfied customer/user. - Thurs, Oct 11 2007 7:47 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/d626135d93e226a6?hl=en

How to design a drill-down grid ? - 2 new
Third party component, create your own or Google there are few free ones. I will take you a while or some effort to learn how to use them however. - Thurs, Oct 11 2007 7:59 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/098514af4086fd65?hl=en

CSS styles and images not applied on login page - 2 new
Hello R.A.M., ...Make sure you set a allow all rule for the directory with images and stylesheets in your web.config file. Otherwise the url for the image is redirected to the login page as well. - Thurs, Oct 11 2007 8:11 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/1a3158fb7449b0ba?hl=en

Controls v HTML - 2 new
The advantages of controls like DataGrid and the like is that it's simply faster/easier to get data from your back end onto your front end. The advantages of controls like repeaters and the like is that you can get that 'ideal' separation of presentation on the front (.aspx) end with logic on the back end (.vb/cs files) - Thurs, Oct 11 2007 8:17 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5b7e595e1519f0a2?hl=en

Looking for simple nested gridview example - 1 new
I think it's a wash. We've been playing a bit with nested gridviews in 2.0.It's a lot of work. Probably as much work as writing your own HTML. For long term maintenance and transfer of knowledge, I supppose well commented nested gridviews would have the edge. -Darrel - Thurs, Oct 11 2007 8:18 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b7fdcdb96084d166?hl=en

WSE910 error + timeToleranceInSeconds setting not affecting anythi - 1 new
Hi everyone! I have the above error wse910 with my web service when the client's pc is 3 minutes or so out of sync! (If I set that pc to a smaller value, it DOES work!!!) Actually it's this one: WSE910: An error happened during the processing of a response message, and you can find the error in theinner exception. You can also find the - Thurs, Oct 11 2007 8:21 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a73ec45ab2eee09a?hl=en

Directory Browsing for one directory only - 1 new
as browsing is implemented by IIS you need to create vdir that supports browsing in IIS. the next release of IIS will allow more configuration file support. -- bruce (sqlwork.com) - Thurs, Oct 11 2007 8:22 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/6a5f3a62f1067c32?hl=en

Change SelectCommand - 1 new
I have a SqlDatasource SelectCommand string that I want to use a multi-table view when in read-only (ItemTemplate) mode and a single table when in edit (EditItemTemplate) mode. Is Page_Load the best place to do this or do I need todo it prior to Page_Load? Thanks. David - Thurs, Oct 11 2007 8:30 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cad0e55a44bc6f21?hl=en

finding an element on a page - 6 new
hey all, i know theres GetElementByID but is there a way to find an element byseeing if just part of the id contains a certain string value? thanks, rodchar- Thurs, Oct 11 2007 8:39 am 6 messages , 3 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/c3cfd8f4617614cf?hl=en

UpdateBatchSize and Objectdatasource - 1 new
not really. while you could try to cache the updates and batch them, you get no notification of completion (last call to update). you could cache the updates, and have the form code call a "commit" to write the actual sql. -- bruce (sqlwork.com) rote wrote: - Thurs, Oct 11 2007 8:44 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/d71a12053a57dc4c?hl=en

what event do i use? - 1 new
hey all, i have a gridview on my web page. when i click to select a row and then click edit to go into edit mode, as soon as i'm in edit mode i need to run a javascript function. what's the best way to attach my function? thanks, rodchar - Thurs, Oct 11 2007 8:53 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cf7dea556a2088cb?hl=en

File Path not relative to dll? - 1 new
Patrice, Thanks. I'll take a look at the objects and methods. I appreciate thehelp. Rob *** Sent via Developersdex [link] *** - Thurs, Oct 11 2007 8:50 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/655df9809a403340?hl=en

Login control fails in published site - .net 3.5 - 3 new
I'm having problems with the login control when I publish my site. Everything works fine when I run the application from Visual Studio and when I browse directly to the site where it is being developed. The problem comes when I publish the site to another location on the same computer. The login - Thurs, Oct 11 2007 8:57 am 3 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5f29193ee664a5d4?hl=en

ASP.Net 1.1-- calling Javascript from within a method? - 4 new
Hi everyone, We have a javascript function we'd like to call from within a C# method in our code-behind file. The way it has worked historically is we'd call the method from a hyperlink, like this: click here ...what I'd like to do now is somehow call "MyMethod" from the code-behind - Thurs, Oct 11 2007 8:59 am 4 messages , 4 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b9956fbcc1c8f8e2?hl=en

FileUpload Control question - 9 new
Hi All, I am using the FileUpload control for the ASPX page. How do you disable the text box portion of that control, so I can force the user only to pick up a file via the Browser button, and not to type any file name that doesnot exists. Thanks, Joe - Thurs, Oct 11 2007 9:07 am 9 messages , 3 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/a85991fc99026e3c?hl=en

Data Layer, Business logic layer help - 1 new
I set up one of my other classes to test this out Steven. I created the updatequery in the datatable using the designer, added the update method to the business class, created a new web page, added a GridView and an object data source set to my business class, put a break point on the line that - Thurs, Oct 11 2007 9:13 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/0553d500d88f87ef?hl=en

Execute ASP using a template - 1 new

Hi all, I have a pretty specific question here: My requirement is to have users allowed to view templates and use them for emailing. I need to be able to dynamically generate content from these templates. The content will vary incomplexity, from a simple single text field to complex loops of information. -Thurs, Oct 11 2007 9:24 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/8ede5f933b262d72?hl=en

Asp:DropDown - get selected item - 5 new
Hi! I have an .aspx with some controls that are created dynamically. The itemsare populated into the box by setting the DataSource-property to a list. In addition I specify the text and value with DataTextField and DataValueField; this works as expected. However, my problems arises when I want to read the selected value - Thurs, Oct 11 2007 9:25 am 5 messages , 4 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/37b9ca5b67ff6ef0?hl=en

FormView - 1 new
Hello, I have a GridView and a FormView. I am getting that RecordID (Guid) of the row that I click in a GridView event. On that same event I make the FormView visible. What is the FormView property that I should make the value =RecordIID so I can load the data for that specific record? Thanks, Miguel - Thurs, Oct 11 2007 9:56 am 1 message, 1 author
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b55f7329d78482d0?hl=en

FormView - How to define the RecordID? - 1 new
Hello, I have a GridView and a FormView. I am getting that RecordID (Guid) of the row that I click in a GridView event. On that same event I make the FormView visible. What is the FormView property that I should make the value =RecordIID so I can load the data for that specific record? Thanks, Miguel - Thurs, Oct 11 2007 9:57 am 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/3d0955316ad333ac?hl=en

My page is not triggering the RaisePostBackEvent() method - 3 new

In my *.aspx.vb file, I override the RaisePostBackEvent() method so that I canrun code during any postback. I know that a postback is occurring because IsPostBack() returns True, but none of the code in the following is executed: Protected Overrides Sub RaisePostBackEvent(ByVal sourceControl As - Thurs, Oct11 2007 10:07 am 3 messages , 3 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/b250f1f1ff6cd67b?hl=en


How to: Response Redirct to the Friendly URLs - 2 new
I have set up an HttpModule that creates friendly urls and utilizes RewritePath. Such a url looks like /articles/The-Article-Title-Go es-Here.aspx. I onlu recently added the httpmodule so many of the search engines still havelinks that point to urls with querystrings - /articles/displayarticle.aspx? ArticleID=10 for example. - Thurs, Oct 11 2007 10:49 am 2 messages , 2 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/9f936c25d1fd2496?hl=en

Method Name Suggestion: Validate a Poor Choice? - 9 new
Please forgive the cross-post to multiple forums. I did it intentionally, but I *think* it was appropriate given the nature of my question. I'm working on an open source code library to help automate and clean up parameter validationcode. It's almost ready to go into open beta. But one last little glitch is holding me up, and that would be the - Thurs, Oct 11 2007 10:59 am 9 messages , 5 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/cde31e419dd922c2?hl=en

Show XML data - 2 new
All, I'm using the following code in a blank page: public void Page_Load(object sender, EventArgs e) { ... XmlDocument xdoc = new XmlDocument(); xdoc.LoadXml(receipt.getIndivi dualReceipt(a, b)); } How can I show the XML data that is in xdoc without saving the file locally (which I'm not sure is even possible) and opening it? - Thurs, Oct 11 2007 12:20 pm 2 messages , 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/f1697a240ba44ef6?hl=en

Session - 1 new
I'd say Session.Abandon - AND redirect them to a "LoggedOut.aspx" special pagewhere you can test that the Session is actually gone. -- Peter Recursion: see Recursion site: [link] unBlog: [link] BlogMetaFinder: [link] - Thurs, Oct 11 2007 12:34 pm 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/8f29753e36f5756e?hl=en

Basic Ajax Help - 1 new
What about adding this to the end of your code: UpdatePanel1.update(); This will refresh the update panel from outside of the updatepanel to reflect the changes in the list. Bjorn - Thurs, Oct 11 2007 12:37 pm 1 message, 1 author

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/e9d66511d0fd326a?hl=en

DataGrid - Dataset - 10 new
Protected Sub Page_Load(ByVal sender As Object, ByVal e As
System.EventArgs) [connection object creation] Dim sSQL As String = "SELECT * FROM tPlayers" Dim myAdapter As OleDbDataAdapter = New OleDbDataAdapter(sSQL,myConnec tion) Dim MyDataSet As New DataSet myAdapter.Fill(MyDataSet) - Thurs, Oct 11 2007 12:40 pm 10 messages , 5 authors

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5d9b6341111ca90a?hl=en

No comments:

Post a Comment