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:717373
More Search Options
RSS Available
Matching Posts
Find control inside AJAX.Net UpdatePanel
Dear all, before using AJAX.Net, when I wanted to find control in form, I used this code Dim SQL As String = "SELECT CurrencyID, CurrencyID FROM MasterCurrency ORDER BY CurrencyID" Dim ctl As Object For Each ctl In Me.FindControl("form1").Controls If LCase(Left(ctl.id, 6)) = "cmbccy" Then FillControl(ctl, SQL) Next now, after I'm implementing AJAX.Net, ASP.Net couldn't find all controls inside UpdatePanel. ASP.Net only finds UpdatePanel control Does any one know
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Kusno
on 11/19/2009
about aspnet_state.exe
Dear all, Now, for my ASP.Net project, I use SQLServer mode for my session state. But, I must show SQL Server User ID, Password n Server's name. Session server and ASP.Net project are located in the same server. I have encrypted my connectionStrins. But, It's useless because sessionState shows SQL Server User ID, Password n server's name. I have plan to change my session state to StateServer. I have tested it in our testing server. I have runned aspnet_state.exe from services. When I
Posted to
State Management
(Forum)
by
Kusno
on 9/15/2009
Re: Apply ScriptManager in global module or global class
Solved..there were wrong web config configurations actually. Thanks a lot guys
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Kusno
on 8/6/2009
Re: How to Read Excel File AT VB.NET
Hi, How do I read an Excel file that is located in a client PC? Thanks
Posted to
Visual Basic .NET
(Forum)
by
Kusno
on 8/5/2009
Apply ScriptManager in global module or global class
Dear all, How do I apply ScriptManager.RegisterStartupScript in global module or global class?. I want show javaScript Alert It always raises an error like this: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30451: Name 'ScriptManager' is not declared. Public Sub ShowMsgBox(ByVal Msg As String) Dim
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Kusno
on 8/3/2009
Re: Return a value from a Function
Dear all, You're right, I didn't realize it..... thanks a lot friends.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Kusno
on 7/30/2009
Session State SQL Server mode time out doesn't work
Dear all, I have a problem for my session state. Previously, I used session state InProc, but because CPU usage was very high cause IIS sometimes restarts, so I changed it to SQLServer. but now, session doesnt want to expire even I set timeout to 1 minute !!!. this is my session state syntax. [CODE]<sessionState mode="SQLServer" cookieless="false" regenerateExpiredSessionId="true" timeout="1" sqlConnectionString="Data Source=xxx.114.30.xx;UID=sa;pwd
Posted to
State Management
(Forum)
by
Kusno
on 7/30/2009
Re: Session State SQL Server mode time out doesn't work
stil not working, I have activated SQL Server agent.... BTW, How do I encrypt sessionState, because password n User ID seem clear
Posted to
State Management
(Forum)
by
Kusno
on 7/30/2009
Return a value from a Function
Dear all, I want to return a field value from a table, so I created a function like this : CREATE FUNCTION dbo.CheckStatusTrx(@TransNo Varchar(20)) RETURNS varchar(20) AS BEGIN DECLARE @Flag Numeric(1) SELECT @Flag = Flag, CreatedBy, ApprovedBy FROM TrxTD WHERE TransNo = @TransNo IF @Flag = 2 return 'REJECTED' END but, I got this error : Msg 141, Level 15, State 1, Procedure CheckStatusTrx, Line 6 A SELECT statement that assigns a value to a variable must not be combined with data-retrieval
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Kusno
on 7/23/2009
Sort Record Crystal Report parameter from ASP.Net
Dear all friends, I have Crystal Report file, just call RptCustomerMaster.rpt that displays Customer ID, Customer Name, Telp No, Email Address, Account Officer, In my report, I want users to be able to sort record use all columns in RptCustomerMaster.rpt Do you know how to send sort record parameters from ASP.Net to Cyrstal Report file ? Thanks for your advance
Posted to
Crystal Reports
(Forum)
by
Kusno
on 7/16/2009
Page 1 of 5 (49 items) 1
2
3
4
5
Next >
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online