Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

anujbanka1784

@anujbanka1784
About
Posts
71
Topics
27
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IE6 and IE7 problem..
    A anujbanka1784

    .FileUpload { font-family:Verdana; font-size:10px; color:Black; background-color:White; } this is i use for fileupload.and in IE7 even without css its not showing browse button its very small

    ASP.NET

  • IE6 and IE7 problem..
    A anujbanka1784

    how can i use two css for one control for diffrent IE

    ASP.NET

  • IE6 and IE7 problem..
    A anujbanka1784

    how can i do that...do u have any example and there is no any other way to solve this problem

    ASP.NET

  • IE6 and IE7 problem
    A anujbanka1784

    hello friends , i have a problem my sight working good in IE6 but its not working in IE7.in ie7 design is not right. specilly date time picker and fileupload control.some controls are on the controls..what may be the problem...?thnx in advance

    Design and Architecture

  • IE6 and IE7 problem..
    A anujbanka1784

    hello friends , i have a problem my sight working good in IE6 but its not working in IE7.in ie7 design is not right. specilly date time picker and fileupload control.some controls are on the controls..what may be the problem...?thnx in advance

    ASP.NET

  • Back button
    A anujbanka1784

    where is function(evt) and if u want to go another page from this page does it go .

    ASP.NET tutorial

  • Back button
    A anujbanka1784

    u cant disable it wat u can delete cashe value to do it something like that in page load of that page { response.cache.setcacheabilty(httpcacheabilty.nocache); response.acche.setallowresponseinbrowserhistry(false);\ } but this is ok only for one page..

    ASP.NET tutorial

  • how to show data in horizontal form ......
    A anujbanka1784

    actually i m binding dat from database and i have three fields... in rep data also come like that.. wat i want in one row..

    ASP.NET tutorial

  • how to show data in horizontal form ......
    A anujbanka1784

    i am using this in my source <asp:DataList ID="DataList1" runat="server" RepeatColumns="4" RepeatDirection="Horizontal"> <ItemTemplate> <tr> <td> <asp:Image ID="Image1" ImageUrl='<%#"~/Images/EmpOM/"+Eval("TE_VC50_EmpImg") %>' runat="server" Width="132" Height="160"/> <tr> <td> <%# Eval("TE_VC50_EmpName")%> </td> </tr> <tr> <td> <%# Eval("TE_VC50_EmpDesignation")%> </td> </tr> </td> </tr> </ItemTemplate> </asp:DataList><br /> wat should i change

    ASP.NET tutorial

  • how to show data in horizontal form ......
    A anujbanka1784

    i have three fields .... i want something like this image image image image name name name name i m using datalist wat this showing like this image name image name .... .... which control suit for my requirement.....

    ASP.NET tutorial

  • calling javascript function written in separate js file to validate contentpage controls which inherits masterpage
    A anujbanka1784

    they find id of these controls and u can find id of any control and in java script u can get id of any control like this function abc(ID,id) { return confirm('Are you sure you want to save the file '+ document.getElementById(ID).value + ' in process '+document.getElementById(id).value+ "." ); }

    ASP.NET javascript question

  • DateTimePicker Control....
    A anujbanka1784

    just search on google u can find many free datetime picker control..

    ASP.NET csharp asp-net

  • calling javascript function written in separate js file to validate contentpage controls which inherits masterpage
    A anujbanka1784

    call this function and simply add the id of some control.. like i have on button control ... btn_add.Attributes.Add("onclick", "return abc('" + fu_file.ClientID + "','"+ddl_sub.ClientID+"');"); i call a function which is on master page and pass two id of two controls.. and in fuction use this id and do watever u want to do.

    ASP.NET javascript question

  • Delete confirm() in gride view
    A anujbanka1784

    protected void grd_detail_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[4].Attributes.Add("onClick", "return confirm('Are you sure you want to delete the record?');"); } } use this code in event row data bound of grid view

    ASP.NET database design sysadmin announcement career

  • how to add confirmation check on add button click . [modified]
    A anujbanka1784

    how to add confirmation check on add button click and if user say ok then insert data in database ? in cofirmation i have to show data in my file upload control and drop down list for simple cofirmation i use but how to add these enteries in confirmation. btn_add.Attributes.Add("onClick", "javascript:return confirm('Are you sure you want to save the file')");

    modified on Tuesday, March 10, 2009 7:41 AM

    ASP.NET javascript database tutorial question

  • toolbox
    A anujbanka1784

    open w a new website and go design view of the page..and then see ur toolbar may be this is the problem.

    ASP.NET csharp visual-studio tutorial

  • how to show excel file from data base which stored in binary form?
    A anujbanka1784

    give me some example pls

    ASP.NET tutorial question

  • how to show excel file from data base which stored in binary form?
    A anujbanka1784

    how to show excel file from data base which stored in binary form.

    ASP.NET tutorial question

  • how to save excel file in database?
    A anujbanka1784

    i want full file in database not only file name how can we do it.

    ASP.NET database tutorial question

  • file upload control show no file when using in update panal otherwise it working fine.
    A anujbanka1784

    i got yhe solution . we jusr have to add trrigers on button on which we r saving the data of file upload control.this will also help. http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspx

    ASP.NET announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups