Search

You searched for the word(s): userid:785147

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)