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:785147
More Search Options
RSS Available
Matching Posts
Problem with Gridview using Stored Procedure with SqlDataSource
HI Guys, Good day I am new using sqldatasource wizard with gridview or datagrid... When I am using inline queries I do not have problem with Edit and Delete but when I am using Stored Procedure as source on Edit and Delete it always shows Procedure or function SP_UOM_MAIN_COMMANDS has too many arguments specified. I am sure that I have the right number of parameters cause I tried to run the procedure in query analyzer and give actual results. would there be any other solution with this? Thanks in
Posted to
Data Presentation Controls
(Forum)
by
aspeucac
on 6/25/2009
Excel and ADO.NET selecting a Range of Row
Hi guys, I am new in using uploading excel to read its data. I have a problem using the function below when passing a range of row Ex. srange = "Sheet1$C4:IV4" I got a problem in this line objDataSet = GetDataFromExcel(uploadpath & "\" & strSaveasFile, srange) If objDataSet.Tables(0).Rows.Count > 0 Then bftime = False End If I got this error message: There is no row at position 0. but when my range is a column like srange = "Sheet1$A8:A65536" it works fine
Posted to
Other Databases
(Forum)
by
aspeucac
on 2/17/2009
Accessing datagrid Element using Javascipt
Hi guys, Good day! I want to use this script for my textbox inside the footer of a datagrid that whenever I pressed enter it will click the button save. function validateLettersEnter() { k=window.event.keyCode if (((k>=65) && (k<=90)) || ((k>=97) && (k<=122))) { } else if(k==13) { event.keyCode=0; document.getElementById('btnSave').click() -----> I have a problem in this part because the btnSave is inside the footer of my datagrid return false; } else window
Posted to
Client Side Web Development
(Forum)
by
aspeucac
on 1/7/2009
Re: Problem with Current.Response.AddHeader
Hi guys, I'm just thinking is it possible to display an alert instead of a label, so that i don't have to use a label anymore. If CDbl(strrecno) = 0 Then 'Me.lblError.Text = "No record found." ' Instead i will use an alert box from javascript alert("No record found.!") Exit Sub End If but i don't know how to use javascript inside that function. I saw about RegisterStartupScript but I don't know how to apply this... Thanks in advance for the help!
Posted to
Web Forms
(Forum)
by
aspeucac
on 2/18/2008
Re: Problem with Current.Response.AddHeader
Hi Steve, Thanks for your immediate response... BTW, Is there other possible problem to solve this? Thanks...
Posted to
Web Forms
(Forum)
by
aspeucac
on 2/18/2008
Problem with Current.Response.AddHeader
Hi guys, Good day! I am a newbie in .NET technology and experiencing problem in displaying label with the code below... I'm supposed to export data from database into a textfile. I do not encounter problem when "No record is found" cause it Exit Sub but when a record is found it seems that the lblError.Text doesn't refreshes its value. Private Sub GetTblObjects() Dim db As New Database Dim strQuery As String Dim dtr As SqlDataReader Dim dtr2 As SqlDataReader Dim strrecno As String
Posted to
Web Forms
(Forum)
by
aspeucac
on 2/18/2008
Re: Calling a Function inside <ItemTemplate>
Hi jamesqua, Thanks for your help... I was able to do that part...
Posted to
Data Presentation Controls
(Forum)
by
aspeucac
on 2/11/2008
Calling a Function inside <ItemTemplate>
Hi guys, Good day! I am new in developing with ASP.NET. I am using VB in the codebehind... I have a datagrid with two Columns Name Password For Name Column I don't have problem I am using <%# (CType(Container.DataItem, DataRowView))( "Name" )%> But for Password Column I cannot directly use <%# (CType(Container.DataItem, DataRowView))( "Password" )%> because I need to decrpyt the password first before displaying it in the column. Is it possible to use a function
Posted to
Data Presentation Controls
(Forum)
by
aspeucac
on 2/11/2008
Page 1 of 1 (8 items)
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online