Core programming Questions-4

1) Design the implementation and thread models for I/O completion ports. Remember to take into account multi-processor machines.
2) Write a function that takes in a string parameter and checks to see whether or not it is an integer, and if it is then return the integer value.
3) Write a function to print all of the permutations of a string.
4) Implement malloc.
5) Write a function to print the Fibonacci numbers.
6) Write a function to copy two strings, A and B. The last few bytes of string A overlap the first few bytes of string B.
7) How would you write qsort?
8) How would you print out the data in a binary tree, level by level, starting at the top?

Core programming Questions-3

1) Multiple by 8 without using multiplication or addition. Now do the same with 7.
2) Write routines to read and write a bounded buffer.
3) Write routines to manage a heap using an existing array.
4) Implement an algorithm to take an array and return one with only unique elements in it.
5) Implement an algorithm that takes two strings as input, and returns the intersection of the two, with each letter represented at most once. Now speed it up. 6) Implement an algorithm to print out all files below a given root node.
7) How would you find a cycle in a linked list?
8) Give me an algorithm to shuffle a deck of cards, given that the cards are stored in an array of ints.

Core programming Questions-2

) Reverse a string. Optimize for speed. Optimize for space.
2) Reverse the words in a sentence, i.e. "I am Christina" becomes "Christina am I" Optimize for speed. Optimize for space.
3) Find a substring. Optimize for speed. Optimize for space.
4) Compare two strings using O(n) time with constant space.
5) Suppose you have an array of 1001 integers. The integers are in random order, but you know each of the integers is between 1 and 1000 (inclusive). In addition, each number appears only once in the array, except for one number, which occurs twice. Assume that you can access each element of the array only once. Describe an algorithm to find the repeated number. If you used auxiliary storage in your algorithm, can you find an algorithm that does not require it?
6) Count the number of set bits in a number. Now optimize for speed. Now optimize for size.

Core programming Questions-1

These questions are generally asked in positions where hard core programming skills are required.
The fact to remember is that a language ( C++, C#, Java etc ) and its syntax can be learnt rapidly but good programming skills and understanding and ability to create alogrithms is a base requirement.
This is why interviews for programming / coding positions in companies like Microsoft, Google, IBM etc are not language or technology based but demands core skills.

Here are some questions which were asked in these companies in recent times ( from input of hundreds of candidates attending these interviews) :



What's the difference between a linked list and an array?
Implement a linked list. Why did you pick the method you did?
Implement an algorithm to sort a linked list. Why did you pick the method you did?
Describe advantages and disadvantages of the various stock sorting algorithms.
Implement an algorithm to reverse a linked list. Now do it without recursion.
Implement an algorithm to insert a node into a circular linked list without traversing it.
Implement an algorithm to sort an array. Why did you pick the method you did?
Implement an algorithm to do wild card string matching.
Implement strstr()

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

ASP.NET Topic

Tool Tip in GridView - 2 new----------------------------

I have a gridView. I want When I use mouse over on any of the row or cell it should show me the text of that cell. so, I need Tool tip. But I don't know how to do that. - Tues, Oct 9 2007 2:45 pm 2 messages , 2

authorshttp://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/5663f71427b9008d?hl=en

VS 2008 - 3 new---------------

I took my virus scanner out and it helped. I have 1GB RAM and it is a fairly new PC. No assemblies. It just seems quite slow doing simple things and sometimes while it is trying to do something my hard drive doesn't even flash but the page is pretty slow to load initially. My projects are on the network and I have - Tues, Oct 9 2007 2:56 pm 3 messages , 3 authors

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

Weird isn't it ? - 1 new------------------------

Hi Piotr, Piotr Nowak schrieb: ...that sounds really strange. Maybe install FileMon from [link] and see whether you can find any more information from there? Roland - Tues, Oct 9 2007 4:12 pm 1 message, 1 authorhttp://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/c428457badb3d573?hl=en

Web Controls issue - 1 new--------------------------

OK figured this out. - Tues, Oct 9 2007 4:39 pm 1 message, 1 author

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

Detecting timeout with multiple websites on the same IIS server - 2 new-----------------------------------------------------------------------

I'm using the well documented code to detect whether a timeout has occurred when a page is fetched in the OnInit() event handler: If Session.IsNewSession Then Dim CookieHeader As String = Request.Headers("Cookie") If Not CookieHeader Is Nothing AndAlso CookieHeader.IndexOf("ASP.NET_ SessionId") >= 0 Then - Tues, Oct 9 2007 4:55 pm 2 messages , 1 author

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

Operator Overloading - 1 new----------------------------

Yes, you can create overloaded method parameters in both VB.NET and C#. VB.NETeven makes it a little easier with optional parameters. - Tues, Oct 9 2007 4:51 pm 1 message, 1 author

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

form View - 1 new-----------------

Hi, I have a form view and in itemtemplate in form view I have a link that when I click on that flink my formview should be invisible. How can I do that.Thanks - Tues, Oct 9 2007 5:44 pm 1 message, 1 author

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

AutoCompleteExtender - 1 new----------------------------

Hello, I am using an AutoCompleteExtender. I created the .asmx file with the method GetWordList: _ Public Function GetWordList(ByVal prefixText As String, ByVal count As Integer) As String() Dim words As New Generic.List(Of String) ' GET words from database using TypeId as parameter ... - Tues, Oct 9 2007 6:21 pm 1 message, 1 author

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

Delete List elements - 1 new----------------------------

Hello, I have a Generic.List(Of String) with 100 elements. I want to sort it and delete the last 40 elements. Can this be done without a loop? And if not, can I convert it to an array and do it in the array? Thanks, Miguel - Tues, Oct 9 2007 6:25 pm 1 message, 1 author

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

What comes after FormsAuthentication.SignOut()? - 1 new-------------------------------------------------------

Bruce, that is my problem the token is resurrected. How do I make sure it is completely dead and no chance to resurrection??? Thank you, - Tues, Oct 9 20076:38 pm 1 message, 1 author

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

BackColor binding does not work on postback - 1 new---------------------------------------------------

You're welcome! Sincerely, Steven Cheng Microsoft MSDN Online Support Lead This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- ...

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

Posting to Form in Subdirectory - 1 new---------------------------------------Hi all. I have experience with C#/VB.NET and ASP Classic, but am very new to ASP.NET. I'm using ASP.NET 2.0 and am modifying a site. I copied the site files to a subdirectory to test and (hopefully) not interfere with the live version. I am running a page in the subdirectory that should submit to itself:- Tues, Oct 9 2007 7:24 pm 1 message, 1 author

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

possible to authentificate in both mode together: windows and forms? - 2 new----------------------------------------------------------------------------

there is no built-in support for this. the easiest is two vdirs with the same code. otherwise, setup the vdir with windows authentication and anonymous access in iis and set forms authentication in web.config. in the login page, check the incoming ipaddress to see if its an intranet address. if it is, check for a windows identity. if none, then return a 401 - Tues, Oct 9 2007 8:03 pm 2 messages , 2 authors

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

Web Parts Instances - 1 new---------------------------

Thanks for your followup JJ, For the cookie, I'm sure it is necessary for personalization. Without cookie, how does the site know whether this is you orany other guys who visit this site again(especially for anonymous users). And for ControlID and GetHashCode, as mentioned in previous messages, they - Tues,Oct 9 2007 8:24 pm 1 message, 1 author

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

Webrequest permission is denied - 1 new---------------------------------------We have pro hosting on networksolutions for an ecommerce site. We are trying to connect to authorize.net via webrequest. It seems that NetworkSolutions hasmedium trust level and overriding is not allowed. ( I have tried to change trust level and add the url in the webrequest in web.config but nothing works)- Tues, Oct 9 2007 10:36 pm 1 message, 1 author

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

Load from database...clicking on title! - 1 new-----------------------------------------------Hi! I'd like to insert a new ajax.net idea inside my homepage. I'd like to realize this, and i hope you can help me. (i'm italian, excuse me for my english!!) In my homepage, i load last 15 messages from my forum (via mysql database). These messages are loaded with title and body and show with an ajax.net accordion - Tues, Oct 9 2007 10:54 pm 1 message, 1 author

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

Retrieving values from dynamically added controls - 1 new---------------------------------------------------------

Create dynamic control each time (Postback or First time) in Page Init event to load values for control from viewstate or let you use viewstate.Then store all these controls into a object array. Now In case of postback in Button Click event, you can loop through controls object array you made while creating these controls. Where - Tues, Oct 9 2007 11:54 pm 1 message, 1 authorhttp://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/t/988bd08e6a97a3ac?hl=en

Visual Studio 2008 vs Visual Studio 2005

Review -1
----------
VS 2005 is, overall, pretty good on my machine. There are a couple of things
I have found that interfere:

1. Amount of memory on machine
2. Precompilation complete (on assemblies)? - If you are not constantly
adding additional patches/software, you can run a command line to complete
all of the ngening that normally runs in the background. Once complete,
things speed up.
3. Virus scanners - some really dog Visual Studio


Thus far, 2008 seems to have some of the same problems, so if you have one
of the above, you will likely find it slow, as well.

Review -2
--------------
It just seems quite slow doing simple things and sometimes while it is
trying to do something my hard drive doesn't even flash but the page is
pretty slow to load initially. My projects are on the network and I have
1GB network connection. It would seem that things should be faster.

Review -3
--------------------------
Yes, the VS2005 designer was thrown away and replaced with a fast new one
that includes split screen (design & HTML view both visible & editable at
once).