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:849538
More Search Options
RSS Available
Matching Posts
Re: Deploying to a network server
I had the same problem. It had to do with the IIS permissions on my DB Directory. When you transfer your site to the server, are you transfering the DB as well.
Posted to
Getting Started
(Forum)
by
mhinkle2
on 11/19/2009
Re: Visual studio and tables
Try setting the width of the cells in properties.
Posted to
Visual Studio 2008
(Forum)
by
mhinkle2
on 11/19/2009
Re: How to change details view based on a value in the initial gridview?
Susan, You could have 2 detailsviews. On select index change of Gridview1 then do something like this If GridView1.Rows(GridView1.SelectedIndex).Cells(0).Text = 5 then DetailsView1.Visible = False DetailsView2.Visible = true Else DetailsView1.Visible = True DetailsView2.Visible = False End If Or you can do this: Set up a new datasource If GridView1.Rows(GridView1.SelectedIndex).Cells(0).Text = 5 then Me.DetailsView1.Datasource = SqlDataSource1 Else Me.DetailsView1.Datasource = SqlDataSource2 End
Posted to
Data Presentation Controls
(Forum)
by
mhinkle2
on 11/19/2009
Re: GridView pass and update Data to another GridView
You can create a new datasource in gridview2. Selecte the table your records will be coming from and then choose WHERE button on the right. Under Column choose UName (Or whatever is unique about the selected row in gridvie21). Then under source choose control. Then you will see ControlID. Choose GridView1 and click add. Finish going though the datasource setup and now when you click on select in gridview1, gridview2 will change. Make sure you have turned on enable selection in gridview1. You select
Posted to
Data Presentation Controls
(Forum)
by
mhinkle2
on 11/19/2009
Need help with writing to DB
I have 3 tables that I write to comple a purchase order. The first table tblPO contains the PO #, and main info. The second table tblAccountNumbers is the account numbers and the third table tblPODetails is the line descriptions. When I write the PO to the DB the tables assigns the PO # automatically, and then I write the other tables using the PO number as the link. To get the PO # after wrting the tblPO info I use the following code: The problem is that sometimes My PO# in the tblPO doesnt match
Posted to
Data Presentation Controls
(Forum)
by
mhinkle2
on 11/17/2009
Filed under: Writing to DB Trouble
Re: making special pages and options for logged in user simple? but problem? plz help
I use the following code as the first item in Form Load. If User.Identity.IsAuthenticated = False Then Session("FromLocation") = "PO.aspx" Server.Transfer("Logon.aspx") End If If the user goes to a page besides the default page then the logon page redirects (after logon) to the page they came from. On the Logon form, I use the following to send them back to the page they started with. Protected Sub LoginButton_Click(ByVal sender As Object, ByVal e As System.EventArgs
Posted to
State Management
(Forum)
by
mhinkle2
on 11/7/2009
Re: Issue in dynamically changing selectcommand in gridview with paging enabled
Make sure you put your origional select in If Not Page.IsPostBack The n If you don't then everytime your pages refreshes it will recall the origional. By using the If Not Page.ISPostback then the data won't change.
Posted to
Data Presentation Controls
(Forum)
by
mhinkle2
on 11/7/2009
Re: Close Browser Windows after Report
Imports Microsoft.Reporting.WebForms Imports System.Data.SqlClient Imports System Imports System.Data Imports System.Data.Odbc Imports System.Configuration Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Imports Microsoft.VisualBasic Partial Class POSaveTif Inherits System.Web.UI.Page Dim PONumID As String Protected Sub Page_Load(ByVal sender As Object, ByVal e As System
Posted to
Client Side Web Development
(Forum)
by
mhinkle2
on 11/6/2009
Re: Close Browser Windows after Report
Where do I put the first part of the code <head.... Do I put it in the code behind under page render or do I put in the the source code?
Posted to
Client Side Web Development
(Forum)
by
mhinkle2
on 11/6/2009
Re: Close Browser Windows after Report
I'm using VB if that matters.
Posted to
Client Side Web Development
(Forum)
by
mhinkle2
on 11/6/2009
Page 1 of 15 (147 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles โ Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online