-
Hey everyone I'm working on a chat made in asp.net right now, but I got a little problem. I took the basic code for the chat from here <a href="http://blogs.msdn.com/coding4fun/archive/2007/03/01/1785048.aspx">chat</a> so I could see how it works and then I would add my own...
Posted to
Web Forms
(Forum)
by
Monoko
on
06-06-2009, 12:00 AM
Filed under: problem, users, application, asp .net, function, Global.asax, help, HttpContext, chat
-
Hi csl, It's related to IE8: IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes. http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie Older versions of the Visual Studio Debugger get confused...
-
OK, I have found something new that I'd like to share. Something with setting the virtual directory to " anonymous authentication " makes everything go crazy. The scenario is like that. I took Microsoft's example from their walkthrough ( http://msdn.microsoft.com/en-us/library/bb532367...
-
Hello, I'm new to MVC. I am trying to Render a Strongly Typed Partial view to another Partial View Page. Here is the code where the error is: <%Html.RenderPartial( "Comments" ); %> Here is the error: The model item passed into the dictionary is of type 'System.Data.Objects.ObjectQuery...
-
Hi. As i said to the title, i have a really strange problem with the framework 2.0. I have made an aspx .net 2.0 web site and works perfectly to my machine (WindowsXP, VS2008). BUT, when i put it to the production server (Windows2003 Small Business Server), some functions does not works correctly. I'm...
-
hello, i have a linkbutton in a gridview which is in an UpdatePanel, i need to pop a new window by clicking on the linkbutton, i used javascript but becuase of security issuse i cant send parameters using window.open( . . .) i used ScriptManager .RegisterStartupScript on ItemCommand and send those parameters...
Posted to
Data Presentation Controls
(Forum)
by
mai_JO
on
03-04-2009, 12:00 AM
Filed under: pop-up window, problem, 2 button in gridview, ASP .net.NET Grid View, link button and datagrid, asp 2.0 gridview
-
I am brand new to ASP.NET (Visual Studio 2008, C#, SQL Server, ASP.NET 3.5) I have a web form where a user can enter any or no data into text boxes corresponding to each parameter in my query. I have created a tableadaptor query: SELECT Bank, Serial, SortCode, Account, TranCode, Amount FROM MYTABLE WHERE...
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Kilvroch
on
02-26-2009, 12:00 AM
Filed under: Passing Data, problem, Table Layout, tableadapters, % wild card, <asp.net>, asp.net 3.5sp1, "Dynamic SQL", "ASP.NET and SQL Server"
-
Hello! I have a GridView control in my page and a SqlDataSource . The GridView has 6 columns totally. The first 3 columns that loads the data from the SqlDataSource and the other 3 loads data manually , in the "rowCreated" event, by make some computations there. All goes well, until a user...
-
Hi! As my post's title says, i want some "fix" for my calendar extender control. In my *.aspx page, i have a textbox named "txt1" and a Calendar Extender Control named "ce1" . Also, i have an icon on the right of txt1 (asp:ImageButton) which functions like a button for...
-
Hi everyone.I am totally new with ASP .NET so I'm gonna try being as clear as possible.I have been given the job to upload and set up a site using asp .NET application.The web site is http://interpropertymanagement.net.So far I've uploaded the source code of the site on the hosting.Uploaded the...