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:701932
More Search Options
RSS Available
Matching Posts
Re: FormView Insert mode retaining values
Trye disabling Viewstate on your formview, just turn off the EnableViestate propety
Posted to
Data Presentation Controls
(Forum)
by
s10n
on 11/10/2009
Re: datagrid AutoGenerateColumns..
Check this post for the sorting http://stackoverflow.com/questions/617088/sorting-a-gridview-when-databinding-a-collection-or-list-of-objects , about the columns, you will have to add the columns manually if you turn off the autogenerate columsn property, if you add them manually just set the data property of each column to the name of the properties of the type of the object that your list contains.
Posted to
Data Presentation Controls
(Forum)
by
s10n
on 11/10/2009
Re: Login Authentication via Session
You will have to share session state among the two applicacion, you can refer to this article http://blogs.msdn.com/toddca/archive/2007/01/25/sharing-asp-net-session-state-across-applications.aspx
Posted to
Security
(Forum)
by
s10n
on 11/10/2009
Re: ORA-00932: inconsistent datatypes error
Try using UNION ALL instead of just UNION
Posted to
Oracle
(Forum)
by
s10n
on 10/30/2009
Re: Question about Radio Button List to select Role for user.
You can use the static funcion Roles.AddUserToRole(username,rolename). You can see a full list of functions of the roles class here http://msdn.microsoft.com/en-us/library/system.web.security.roles_members.aspx
Posted to
Security
(Forum)
by
s10n
on 10/29/2009
Re: ORA-00932: inconsistent datatypes error
Why are you using cursors to do that? if you want to return both counts in one dataset you can use a union like this: select count(*) from table1 union select count(*) from table2
Posted to
Oracle
(Forum)
by
s10n
on 10/29/2009
Re: separate bots and crawlers visits from human visits
You can use Request.UserAgent, bots have specific user-agents unless it's a malicious bot it will show as if it is a user, in that case you can look for a ip bot list.
Posted to
Getting Started
(Forum)
by
s10n
on 10/29/2009
Re: ORA-01017: invalid username/password; logon denied
Add a reference to System.data.Oraclecliente and try with the oracle client, you may want to try to connect with the same username and password using a client like TOAD or sql plus to make sure you are using the right password
Posted to
Oracle
(Forum)
by
s10n
on 10/29/2009
Re: Mysql Select Query
Can you post the query you are using?
Posted to
MySQL
(Forum)
by
s10n
on 10/29/2009
Re: Gridview with Oracle using grouping is performing very slow
SELECT distinct CUST_NO FROM transactions where length(year)>0 and length(month)>0 and my_code='UP' group by CUST_NO order by CUST_NO You dont have to select distinct values if you are already grouping by the same column, get rid of the distinct. Also it looks like you are overriding indexes in the table unless you have a function based index on those columns, try creating a function based index on those columns or another way to filter the data. If you can post the index of your table
Posted to
Data Presentation Controls
(Forum)
by
s10n
on 10/29/2009
Page 1 of 43 (424 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
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
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online