Search:

Type: Posts; User: crisjala

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: pls help how to remove xtra column or space in wpf gridview

    xml code

    <ListView.View>

    <GridView x:Name="gv101" >


    <GridViewColumn Header="Products" >
    ...
  2. pls help how to remove xtra column or space in wpf gridview

    attach is my image
  3. Replies
    1
    Views
    455

    PLS HELP how to do this query

    i have a data like this




    BrandCode curr_qty curr_cost a3160_qty a3160_cost a6190_qty a6190_cost
    --------- ---------------------------------------...
  4. Re: label or texbox loses value after a button click

    what i am going to do to to fix this! i need that values in the button click please give a solution or a code
  5. Re: label or texbox loses value after a button click

    imean bid_id and the bid_type where going to null when the button is click
  6. Re: label or texbox loses value after a button click

    No thats all
  7. Re: label or texbox loses value after a button click

    no its just default
  8. Re: label or texbox loses value after a button click

    its the same not working
  9. Re: label or texbox loses value after a button click

    placeBid_texbox_Click thats the name of the button
  10. Re: label or texbox loses value after a button click

    yes i debug it there is a value but when i click the button then the bid_id where going to null and bid_type also wher going to null
  11. label or texbox loses value after a button click

    when i click the button the values of my label and texbox become null how to fix this pls help.

    here's my code not working loses values when button is click




    protected void...
  12. Re: how to clear textbox when page is refreshed asp.net c#

    please help me the write code sir!
  13. Re: how to clear textbox when page is refreshed asp.net c#

    hello thanks for your effort to help me.
    yes sir thats what i want to do in my page.

    1. When the page first loads, I want the server side control with ID of "Label" to have it's Text Property set...
  14. Re: how to clear textbox when page is refreshed asp.net c#

    sorry i already change label to textbox but it still doesnt work please help!
  15. Re: how to clear textbox when page is refreshed asp.net c#

    why is that 'test' word is not display when i'm going to click the buton and why is that textbox in not empty when refresh the page..

    this is my code on default.aspx




    <%@ Page...
  16. Re: how to clear textbox when page is refreshed asp.net c#

    what i'm trying to do is like a messagebox but only do it in a texbox display and when refresh then going to empty
  17. how to clear textbox when page is refreshed asp.net c#

    how to clear textbox when page is refreshed asp.net c#

    heres my code not working




    protected void Page_Load(object sender, EventArgs e)
    {
    if(!IsPostBack)
  18. how to upload multiple images in sql2005 using c#.net

    i can only save image one at a time but when i save 4 image at a time i'm having hardtime..pleas help

    heres my code




    SqlConnection cn = new SqlConnection("Server = XTOPS-PC; Initial...
  19. Re: plese help!! error not set of an instance in object

    i found out the problem here
    if i ommit this code below it will be ok but how can i initialize this code _userDAO = new UserDAO(); where do put it.


    public UserBUS()
    {
    ...
  20. Re: plese help!! error not set of an instance in object

    this is the code of my UserVO Class



    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace JobOnProcess
  21. Re: plese help!! error not set of an instance in object

    after this code below



    _userVO= userBUS.IsItemAvailable();


    _userVO= userBUS.IsItemAvailable();
  22. Re: plese help!! error not set of an instance in object

    yes sir



    public partial class frmLogin : Form
    {
    private UserBUS userBUS;

    public frmLogin()
    {
  23. plese help!! error not set of an instance in object

    on my validating event form



    private void txtItemCode_Validating(object sender, CancelEventArgs e)
    {
  24. Replies
    5
    Views
    4,525

    Re: how to check printer status!!plz help

    can you give me a sample process please
  25. Replies
    5
    Views
    4,525

    Re: how to check printer status!!plz help

    i did not get what you mean can you elaborate please
  26. how to start this process...coz i want to use this code..

    i want to use this code but i do not know how to start this process..
    my concept is i have the button print then and i want to know on what the current status of my printjob.


    internal static...
  27. Replies
    5
    Views
    4,525

    how to check printer status!!plz help

    this is my code code and its not working...
    the value of (bool)printer.Properties["WorkOffline"].Value is always false even if the printer is online; how to fix this


    public bool...
  28. Pls help! how to prevent user to delete prefix value in my texbox

    i want that my prefix or my first 4 char value in my textbox which is "SPR-" cannot be deleted or modify by the user...how to code that.. plz.
  29. Replies
    1
    Views
    485

    plz help! how to update rows in dataset

    i want to update rows and make changes to database but i've got this error

    error:Error 1 No overload for method 'Update' takes '2' arguments


    rowIndex =...
  30. Re: help everytime i add data in data table the first and last row are same

    i try but it seems doesnt any idea plz
  31. Re: help everytime i add data in data table the first and last row are same

    i want to add some data in data table

    ihave 5 textbox name itemcodeTextBox, itemDescTextBox ,quantityTextBox, unitPriceTextBox, totalTextBox and 1 buttonadd..when i hit buttonadd the data will...
  32. help everytime i add data in data table the first and last row are same

    how to eliminate one




    DataTable dt = dataSet1.Tables["tmpItem_aux"];
    DataRow newRow = dt.NewRow();

    newRow["itemcode"] =...
  33. Hi! is it possible that my dbase is sql2005 using php and javascript

    Hi! is it possible that my dbase is sql2005 using php and javascript

    becoz our existing system te dbase is sql2005 and we want to publish our system in web using php and javascript but our...
  34. Re: how to display two column value in combobox DisplayMember

    TNX BUT THAT NOT WHAT I WANT TO DO
    THIS SOMETHING THAT I WANT TO TO DO IN THIS EXAMPLE http://www.codeproject.com/KB/combob...lumncombo.aspx BUT I DONT UNDERSTAND THE PROCESS OR STEP PROCESS
  35. Re: how to display two column value in combobox DisplayMember

    Please give me the step of the process multicolumcombobox class...please
  36. Re: how to display two column value in combobox DisplayMember

    Yes sir
  37. Re: how to display two column value in combobox DisplayMember

    Tnx ive seen it but
    i dont know the firstep on how to do this
  38. Re: how to display two column value in combobox DisplayMember

    Yeah but it seem i havnt find the right way..just give me that link sir please
  39. Re: how to display two column value in combobox DisplayMember

    Any sample code sir please!! So that i have a guide
  40. how to display two column value in combobox DisplayMember

    hi i'm having hard time on how to display two column values in combox display member..like custID and custName...any sample code plz help
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width