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
R

Ravindra Bisen

@Ravindra Bisen
About
Posts
46
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • web application for marathi input
    R Ravindra Bisen

    I think you should use NVARCHAR data type to store this data into SQL.

    JavaScript help database mysql announcement

  • How to Search a Text into a Database objects
    R Ravindra Bisen

    Hi I found.. SELECT * FROM all_source WHERE Lower(text) LIKE '%reportid%' this will work for Oracle

    Database sharepoint database tutorial

  • How to Search a Text into a Database objects
    R Ravindra Bisen

    Thanks Vaibhav... Will it work for SQL 2005

    Database sharepoint database tutorial

  • How to Search a Text into a Database objects
    R Ravindra Bisen

    Hi I have to search a string into a database object. the string can be a part of SP or Function or any other sys object. Thanks in Advance

    Database sharepoint database tutorial

  • Failed to map Path in Report Viewer
    R Ravindra Bisen

    Hi,, I am getting error while using Report Viewer in VS 2005. earlier it was working fine. but it is giving error since when i installed VS2010. But i am working on VS2005. ---------------------

    Failed to map the path '/'.
    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.InvalidOperationException: Failed to map the path '/'.

    Source Error:

    [No relevant source lines]

    Source File: c:\Users\RAVIN\AppData\Local\Temp\Temporary ASP.NET Files\dindi\2fc8545a\e6dba941\App_Web_z_wzhh2b.4.cs Line: 0

    ------------------ Note: I found one solution from Internet that if i run the VS2005 as administration then it is working fine. But i don't want to run VS as Administrator. Please provide me any solution.. thanks in advance.

    ASP.NET csharp asp-net visual-studio data-structures debugging

  • What is Lock in C#
    R Ravindra Bisen

    Hi i want to design account class. with lock keyword in withdraw method.

    C# csharp design question

  • How to put clipboard data into TextBox
    R Ravindra Bisen

    <html>
    <head>
    <title>Java Script - Capita Learning : ClipBoard Data </title>

    <script type="text/javascript" >

    function afterPaste(txt)
    {
      var T = window.clipboardData.getData('Text');
      document.getElementById('Txt\_Data2').value = T;
      document.getElementById("Txt\_Data3").value = T;
       var len = T.length;
       var n = T.indexOf(" ");
        document.getElementById("Txt\_Data2").value = T.substring(0,n);
        T = T.substring(n+1,len);
        len = T.length;
    n = T.indexOf(" ");
        document.getElementById("Txt\_Data3").value = T.substring(0,n);
    document.getElementById("Txt\_Data4").value = T.substring(n+1,len);
    
    }
    

    </script>
    </Head>
    <body>
    <p> On Paste event in java script
    <p> <Input Type="Textbox" ID="Txt_Data" OnPaste="afterPaste(this.value)" >
    <p> <Input Type="Textbox" ID="Txt_Data2" Name="Txt_Data2" >
    <p> <Input Type="Textbox" ID="Txt_Data3" Name="Txt_Data3" >
    <p> <Input Type="Textbox" ID="Txt_Data4" Name="Txt_Data4" >

    </body>
    </html>

    JavaScript help tutorial

  • How to put clipboard data into TextBox
    R Ravindra Bisen

    Hi , I have a string into clipboard (FirstName MiddleName Last Name). i want to paste this data into three different Textbox by a single paste in First Textbox. ex . if i paste "Ravi Shankar Sharma" then the data should appear like this First Text box : Ravi Second Text Box: Shankar Third text box : Sharma any one can help me

    JavaScript help tutorial

  • How to Generate BarCode in ASP .net
    R Ravindra Bisen

    Hi , I have to develope an application in .net for generating barcode (128) format. Anyone can tell me how to do this. Is there any DLL or OCX available for this. I googled but didn't get proper dll and ocx.:rose:

    ASP.NET csharp tutorial

  • Asp.net and uploading large files
    R Ravindra Bisen

    you can use fileuploader control

    ASP.NET help csharp asp-net learning

  • Insufficient Base Table Information for Updating and Refreshing
    R Ravindra Bisen

    Hi, I have an application in VB6. connecting DB2 database using Neon client DSN connection. I am trying to add new record into a table. I have a TDBGrid in a form which is connected to the rs ADODB.Recordset. When i try to add new record into the TDBGrid and Save it. It gives me the an error "-2147467259 Insufficient Base Table Information for Updating and Refreshing" . I have three Database region. Only in qaulity region it is working fine. Apart from this, It is giving the error for INT,TEST,Production region. However i am using same code for all region. Could you please suggest me Why it is giving the error. Befor posting this Messsage i took googled help but still problem isthere.

    Visual Basic help database

  • How to Unhide the Hidden form
    R Ravindra Bisen

    Hi i am new in c#. I am developing an application which have a main form(frmstart) and second form (frmreader). i am moving from frmstart to frmReader form by a button click. it work fine. before moving to frmReader i hide frmStart. now i am on frmReader and i want to return back to my previous frmStart form. which is hidden. please tell me how to unhide the form. # code MovetoFrmReader frmReader R1 = new frmReader(); this.Hide(); R1.Show(); #code Returmback to frmStart this.Dispose(); ??? here in place of ??? what i need to write. Please Help me. Thanks Ravindra :doh:

    C# csharp help tutorial question

  • How i Display FLASH image into Netscap Navigator
    R Ravindra Bisen

    Hi, I am working on a ASP.Net Application . i used object tag for showing the flash image <object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="64" width="60"> <param name="movie" value="SAMPLE.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="SAMPLE.swf"></embed> </object> But it is not working in Netscap Nevigator. Please help me.

    ASP.NET csharp asp-net com adobe help

  • Nested Master Page Problem
    R Ravindra Bisen

    The situation is like that Level 0ne Link1 Link2 Link3 Level two Link2.1 Link2.2 Link2.3 Level three Link2.1.1 Link2.1.2 Link2.1.3 all level coming from database so i don't want to create upper level menu all time.

    ASP.NET help question

  • Nested Master Page Problem
    R Ravindra Bisen

    Hi all, I need to make an application it should have two level menu. for this i created two master pages. Can i select First master page for second mater page(nested concepts).? I have done that but the content of second level master page is not appearing in the content page of second master page.

    ASP.NET help question

  • Click Event of dynamically created Link Button is not working
    R Ravindra Bisen

    Hi Visnu, Thanks for helping me. It does not change the behaviour of link button. Page_PreInit(object sender, EventArgs e) calls the functions to creats the button programatically but when i click the link button then the dynamic table gets disapeared. for the solution of problem i wrote the code in the Page_load event and got the results. But my question, Is it good thing to call same function again and again and get data from database to create table dynamic for same page?

    ASP.NET help

  • Click Event of dynamically created Link Button is not working
    R Ravindra Bisen

    thanks for Helping me. i pasted the code in Page load and it is working fine. but page load call this code on each event call. So is it good things to call and fatch record from database for creating table/grid? again and again for same page?

    ASP.NET help

  • Click Event of dynamically created Link Button is not working
    R Ravindra Bisen

    I donk know how to rebind the event please tell me ..

    ASP.NET help

  • Click Event of dynamically created Link Button is not working
    R Ravindra Bisen

    Hi All, I created a link button dynamically. using following code LinkButton lbt = new LinkButton(); lbt.Text = objDt.Rows[j]["sub_grd"].ToString(); lbt.Click += new EventHandler(ctrl_Click); // not working //then i used lbt.Attributes.Add("OnClick", "ctrl_Click();"); // not working Please Help me... Note : i tried a lot using google help befor posting this thread. :((

    ASP.NET help

  • IIS Requires .Net Framework 3.5
    R Ravindra Bisen

    IIS Requires .Net Framework 3.5 Hi, I installed the VS2008 in my pc. When i open the Manage->IIS services. it doesn't show the 3.5 Framework in the Website's Properties here it show only 2.5 version. I am using XP operating system. Please Let me know do i need to New version of IIS for 3.5 Framework.

    ASP.NET csharp dotnet windows-admin 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