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
M

meetbinu2003

@meetbinu2003
About
Posts
20
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • printing web page Directly
    M meetbinu2003

    thanks But I didn't get the solution for my problem. I want to print webpages at clientside with out prompting Print dialogbox. I can print the web form using window.print(). when i using this , it will populate a Print dialogBox. I want to avoid this and print directly. Pls Help once again

    Web Development javascript help

  • Printing Directly
    M meetbinu2003

    thanks But I didn't get the solution for my problem. I want to print webpages at clientside with out prompting Print dialogbox. I can print the web form using window.print(). when i using this , it will populate a Print dialogBox. I want to avoid this and print directly. Pls Help once again

    ASP.NET javascript help

  • printing web page Directly
    M meetbinu2003

    Hi, I want to print a webpage directly with out Print dialog box. Is it possible, Pls Help me. Any Javascript function for it other than window.print(). By Binu Varghese

    Web Development javascript help

  • Printing Directly
    M meetbinu2003

    Hi, I want to print a webpage directly with out Print dialog box. Is it possible, Pls Help me. Any Javascript function for it other than window.print(). By Binu Varghese

    ASP.NET javascript help

  • Displaying message(news) in client Browser
    M meetbinu2003

    Hi, I have a web application(ASP.net) running in our local Network. I want to send some messages to all the clients those are logined in. Is it possible? I have no Idea, where to start? and how to do? pls hgelp me . This is very urgent.......... (i can get IP address of each machine when they login. I have also winpopup control, which displays message in pop ups)

    ASP.NET csharp asp-net sysadmin tutorial question

  • Accessing Child Control from a user control bY Java Script
    M meetbinu2003

    i didn't get you, how to output the clientID of the text box. Can u help me to solve the problem.?

    ASP.NET java javascript tools

  • Accessing Child Control from a user control bY Java Script
    M meetbinu2003

    hi, I have a user control with one textbox(ie a javascript calender). I want to access the value of text box by javascript User control name: Cal1 textbox ID=txt_Date By Binu Varghese

    ASP.NET java javascript tools

  • problem When displaying barcode
    M meetbinu2003

    I have a web application in ASp.net . I want to display barcode at client browser without installing barcode font at client side. Pls Reply Thanks in Advance Urgent

    ASP.NET csharp asp-net help

  • Displaying Barcode at client side
    M meetbinu2003

    I have a web application in ASp . I want to display barcode at client browser without installing barcode font at client side. Pls Reply Thanks in Advance Urgent

    Web Development

  • problem When Refreshing a page
    M meetbinu2003

    Dear All, Recently i noticed a problem .Simply the problem is i two text boxes for regno and Name and a button to save . I wrote code for saving data in button Click event. That works fine. Once i saved a data and then refresh the page the data is again saving. that means when refreshing the page button click event also executing. This creats many problem in our project. so many double entries occured. How can avoid it.? (one solution is check same data is present in the database before inserting. But this is not practicably apply for my cases) Please help me.......... Urgent (if u didn't understand our problem please contact me meetbinu2003@gmail.com)

    ASP.NET help database com question

  • Setting Password to the Database
    M meetbinu2003

    hai I want to protect my database from anyone other than i. How I can set a password to my single Database. This is in Intranet. I have sql server username and Password(ie Sa and some pwd). Pls help me

    Database database sql-server sysadmin help

  • Dynamic column in crystal report [modified]
    M meetbinu2003

    Hi How I can generate dynamic column in a crystal report. My problem is I have 50 students in a class. I want to generate a mark list. The number of examination may vary. suppose it is Two Exam or three exam like wise. The number of column must be corresponding to the number of examination for a particular Subject.(Si No, Name, Ex1, Ex2) or (SiNo , Name, Ex1, Ex2,Ex3). I generate a Data table for my need , But i have no idea about how i display this datatable in Crystal Report. This is an ASp.net application. Pls Help me Urgent................ Binu Varghese -- modified at 2:28 Thursday 22nd June, 2006

    ASP.NET help csharp asp-net

  • Validation Control Error
    M meetbinu2003

    Dear all, I have a submit button, two dropdown list, one textbox and some check boxes. I want to validate the form. The problem is I used javascript function for validating check boxes and validation control for rest of the controls. I add button.attribute.add() for adding javascript. But at the same time they are not working. only javascript function is working ,validation control not working. If i comment button.attibutes.add() function then only validation controls working. I want to work both valiadtion control and javascript function at client side. Please suggest any option Thanking You BInu Varghese

    ASP.NET help javascript json

  • SQL Update Query
    M meetbinu2003

    Dear All, How I can update multiple rows (with multiple column) , Values are from another Table. Pls reply URgent

    ASP.NET database announcement

  • Adding Image to Crystal Report
    M meetbinu2003

    Sir, I have a crystal Report in ASP.net. I wants to addd an image(company logo) at the top part. Pls Help me Binu

    ASP.NET csharp asp-net help

  • prob;lem in Crystal Report ASP.net 2.0
    M meetbinu2003

    Dear All, I am facing a simple problem regarding with Crystal Repaort in ASP.Net. I Uses Push method for Report. I created a Data set. Aand include a Crystal report. My problem is i can't create object of the CrystalReport File. (dim objRpt as new ......) filename not coming. I don't know any of the additional name sxpace to include pls Help.. I am Using VS 2005 Pls Help..

    ASP.NET help csharp asp-net visual-studio

  • Data type corresponding to Numeric
    M meetbinu2003

    In my SQL table there is one column of type Numeric , I want to insert data through ASp.net(VB). Which datatype is corresponding to Numeric type in SQL sever. is it equivalent to int64? Pls help me?

    ASP.NET csharp asp-net database help question

  • Problem in Connection string
    M meetbinu2003

    All, I created a classlibrary for webapplication. In that i define a class for connection. I added my connection string in web.config file. But in Class i can't access the connection string I uses the code strConnect = System.Configuration.ConfigurationManager.ConnectionStrings("myconnection").ToString I get an error cofigurationmanager not a member of configuration Please help me This is Urgent

    ASP.NET help workspace

  • Executing a code when session ends
    M meetbinu2003

    I added code in Session end in global.asax file. But the user simply closess the browser then that code will not work.... please note it and reply me a suggection

    ASP.NET question

  • Executing a code when session ends
    M meetbinu2003

    dear All, I have a webapplication, I wants to execute a bit of code(simply save logout time) when the session ends. Some times the user closes the browser with out pressing logout button, In such casess how i can execute session end event?. Urgent Pls Reply.. Binu

    ASP.NET question
  • Login

  • Don't have an account? Register

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