Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:771127
More Search Options
RSS Available
Matching Posts
Re: Session lost switching from http to https, only in Chrome/IE6
Are you using cookieless session? http://www.syncfusion.com/faq/aspnet/web_c9c.aspx "You have to perform additional steps to switch between http and https pages in your application."
Posted to
State Management
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Session lost switching from http to https, only in Chrome/IE6
3.5.3. Doesn't work in IE8 either. How are you doing the redirect? the link location is still to an http location, not https.
Posted to
State Management
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Session lost switching from http to https, only in Chrome/IE6
Isn't working in my firefox, either. ETA: Nor does it work in IE8 for me.
Posted to
State Management
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Session lost switching from http to https, only in Chrome/IE6
oh, this looks like an interesting read too, might explain the IE thing, even though it's more about domains and cookies than https specifically http://www.west-wind.com/Weblog/posts/4057.aspx
Posted to
State Management
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Not Showing Data From Excel Sheet
What are you expecting to have happen? You haven't executed the command or written results from it anywhere...
Posted to
Other Databases
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Session lost switching from http to https, only in Chrome/IE6
Is that a response.redirect? those are notorious for dropping cookies, because it loses the header information. Try Server.Transfer. ETA: In theory, response.redirect shouldn't drop cookies, but in practice, so much goes on in the background that conflicting things cause new requests, request ends, and the InProc to recycle, depending on what you're doing. It can be a pain to troubleshoot.
Posted to
State Management
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Pulling data from a sql database to change display on website.
For #2, you can either bind the data table to a gridview or similar control, or you can use a Repeater if you want a lot of control over or logic to the display. Among other things. There's just a ton you could do, really. =) For #3, that would have to be client-side javascript.
Posted to
Data Presentation Controls
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Pulling data from a sql database to change display on website.
Return DataTable from query DataTable dt = new DataTable(); using (SqlConnection myConnection = new SqlConnection("your connection string")) { using (SqlDataAdapter myDataAdapter = new SqlDataAdapter("your command here", myConnection)) { myDataAdapter.SelectCommand.CommandType = System.Data.CommandType.Text; DataSet myDataSet = new DataSet(); try { myDataAdapter.Fill(dt); } catch (Exception ex) { // your catch logic here } } } return dt; }
Posted to
Data Presentation Controls
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: Parsing a Line
This from Excel? This is how Excel exports when you save as CSV. Looks like a job for regular expressions to me, IF the file comes to you already quoted. As noted, if the commas aren't already escaped with quotes, you can't really tell if the comma is part of the delimiter or the value.
Posted to
Getting Started
(Forum)
by
nikki_doer_of_things
on 10/21/2009
Re: SqlDataSource
You can use the Selecting event of the SqlDataSource to validate arguments, change parameter values, etc. See http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.sqldatasource.selecting.aspx and http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.sqldatasourceselectingeventargs.aspx
Posted to
Web Forms
(Forum)
by
nikki_doer_of_things
on 7/24/2009
Page 1 of 109 (1085 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Channel 10:
Flickr Drive Integrates Flickr into Windows Explorer
Channel 10:
Playfire: A Growing Network for Gamers
Channel 10:
Find the Top iPhone Apps with Bing (Yes, Really!)
Channel 10:
Xbox to Become Emergency Alert System
Channel 10:
Progression of the Iconic Background
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online