Search

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

Matching Posts

  • Re: How to get row value using dataset

    Thank you all for your response. karthick, how can I edit the value of a filed in the row?
    Posted to Web Forms (Forum) by bullet_proof302 on 10/14/2009
  • Re: How to get row value using dataset

    it gives error when i used rows.find(RefNotxt.text), it says ' input string was not in a correct format. sorry, i'm a beginner and i know there is something wrong with my code. plz help Dim RecTable As New RTSUTableAdapters.RecClosureTableAdapter Dim RecData As RTSU.RecTableClosureDataTable Dim RecRow As RTSU.RecTableClosureRow RecData = RecTable.GetData(RefNotxt.Text) RecRow = RecData.Rows.Find(RefNotxt.Text) If HiddenField.Value = "OP" Then RecRow("ClosureOP") = CheckBoxOP
    Posted to Web Forms (Forum) by bullet_proof302 on 10/14/2009
  • Re: How to get row value using dataset

    What i'm really doing is getting the RefNo from a textbox which the user can type in. RefNo is not my primary key but I'm sure it's unique value because i'm using a code to generate it, like '01-09'. however, i want the dataset to bring me specific row with this number to make the user able to close the case , then, assign the value of closure to the field 'ClosureOP' and save it.
    Posted to Web Forms (Forum) by bullet_proof302 on 10/14/2009
  • Re: How to get row value using dataset

    Thanks a lot, that helps
    Posted to Web Forms (Forum) by bullet_proof302 on 10/14/2009
  • How to get row value using dataset

    Hello, I wanna know how to retrieve row value using dataset. this is the way i'm trying to use to check one field in a table. Dim RecTable As New RTSUTableAdapters.RecClosureTableAdapter Dim RecData As RTSU.RecTableClosureDataTable 'data table Dim RecRow As RTSU.RecTableClosureRow 'data row RecData = RecTable.GetData(inputfield.value) 'get data by value if (RecRow.Approved) ' one of the table field 'do something
    Posted to Web Forms (Forum) by bullet_proof302 on 10/13/2009
  • Re: how can I use a downloaded template in my web site

    Actually, there are more than 2 videos, I think, related to how to apply a css to your website which you can learn a lot from them. What do you want to change exactly? Don't forget to mark my post as Answer plz.
    Posted to Web Forms (Forum) by bullet_proof302 on 9/4/2009
  • Re: how can I use a downloaded template in my web site

    Hello, As I can understand from your situation. You have downloaded a template page 'index.htm' and you want to apply this template to your web page 'default.aspx'. if this is what you need to do, the template you downloaded contains the htm file and Cascading Style Sheet file "css" in which the htm page takes the template from. You can add the css file to your website and then refer the style to it to be able to use it. there is a video in this website that shows how to
    Posted to Web Forms (Forum) by bullet_proof302 on 8/30/2009
  • A page can have only one server-side Form tag

    Hello, I'm getting the following err when i try to run my web project A page can have only one server-side Form tag. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: A page can have only one server-side Form tag. this is my master page source code. <%@ Master Language="VB" CodeBehind="MasterPage
  • Microsoft Report Viewer

    I have created a report using Microsoft Report Viewer. However, I want to include a generated by field which contains the username of the requester of the report. I used this value. =User!UserID When I run it locally, it gives me my username and works fine, but when I deployed my web app it shows NT AUTHORITY\NETWORK SERVICE instead of the username.. any idea please!
Page 1 of 5 (46 items) 1 2 3 4 5 Next >