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

mdrizwan_1

@mdrizwan_1
About
Posts
44
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I wanna retrieve value from the hidden column in datagrid in silverlight 4
    M mdrizwan_1

    Hello buddies, Solved it this way: clsXYZ _clsxyz= dgxyz.SelectedItem as clsXYZ; Regards

    WPF help question

  • I wanna retrieve value from the hidden column in datagrid in silverlight 4
    M mdrizwan_1

    Hello Holmes, Thanks for your reply. I have bounded the datagrid Itemsource with service result. That's the problem. Can you provide an sample or link to know how to get this done?. Regards

    WPF help question

  • I wanna retrieve value from the hidden column in datagrid in silverlight 4
    M mdrizwan_1

    Hello, I m in a bit trouble can any one please help me? I have added a DataGrid on a usercontrol page in silverlight 4.And bind it to an 'xyz' table. When i m updating the contents of the table , m passing the xyzId of selected row which is in hidden column. Now were the problem arises m unable to get the value , it returns empty string . Any help appreciated? Regards

    WPF help question

  • How to replace tab with space while performing OCR scan using MODI 11.0?
    M mdrizwan_1

    Hello Mycroft Holmes, When the data is retrieve in text file the order of rows and columns changes hence ,when i replace space with tab in Text file. I do not get the required table layout as in image file. Therefore i wanna replace it at the time of OCR scanning or know is there any alternative to achieve it. Any suggestion appreciated. Regards Rizwan

    C# com help tutorial question

  • How to replace tab with space while performing OCR scan using MODI 11.0?
    M mdrizwan_1

    Hello Everybody, I am creating a app to convert Image to Text file. I refereed following link []. I am able to convert Image to text file.But when i convert Image file which have row and column layout (i.e., data is as in excel sheet format).when i read this type of file if the gap between corresponding columns is different. OCR takes it as Row delimiter and cuts the following text on new line. So I wanna replace the gaps to equal space while performing OCR scanning. Please help Any suggestions appreciated. Regards Rizwan

    C# com help tutorial question

  • How to Set different forecolor to numbers between 0-9.
    M mdrizwan_1

    Thanks for it Dave. Regards Rizwan

    Visual Basic help tutorial question

  • How to Set different forecolor to numbers between 0-9.
    M mdrizwan_1

    Hello Dave, Thanks for the link .Can you help me for a start ??? Regards Rizwan

    Visual Basic help tutorial question

  • How to Set different forecolor to numbers between 0-9.
    M mdrizwan_1

    Hello Dave Kreskowiak, Thanks for your response. You may assume it as an AddIn. Its a mini project where i can enter number with different colors and save it in Excel or any supportable format. and it should be editable. Any suggestion appreciated? Regards Rizwan

    Visual Basic help tutorial question

  • How to Set different forecolor to numbers between 0-9.
    M mdrizwan_1

    Hello , I wanna create an VB6 Appln, in which each number between 0-9 has different forecolor .And when the number is pressed specified forecolor for that number should set in cell.Eg: If 0 = Red, 1=Green, 2 =Blue. When 0 is pressed its forecolor should be red and when 1 is pressed its forecolor should be Green and so on. And When 12 is pressed 1=Green and 2=Blue. Can anybody help me to achieve this.Any suggestion Appreciated.What should i start with? Regards Rizwan

    Visual Basic help tutorial question

  • How to connect to Ms Access Database?
    M mdrizwan_1

    Hello walterhevedeich, Thanks for your response. The problem is When i Host this app on a domain. how do i get the location of First App folder in the second App? Rizwan

    Web Development database help tutorial question

  • How to connect to Ms Access Database?
    M mdrizwan_1

    I am having 2 Web Application . I want to access same MS Access database in both application. First App has the database in its App folder. Now i want to provide connection to the same database in another App. Please help. Regards Rizwan

    Web Development database help tutorial question

  • Web Services
    M mdrizwan_1

    Check for web service status (i.e.,What is it return type), according to it process your code.

    ASP.NET csharp asp-net database wcf help

  • Javascript does not work with firefox browser?
    M mdrizwan_1

    Hello, I have following javascript below it works fine with IE explorer when i try to insert special characters in textbox it does not except it. But when i run this in firefox it does not have any effect it excepts special characters in texbox.Can anybody solve this problem it will be a great help? Thanks in Advance. <script language="JavaScript" type="text/javascript"> function NumberOnly() { var keyASCII = window.event.keyCode; var keyValue = String.fromCharCode(keyASCII); if (!(keyASCII >= '97' && keyASCII <= '122') && !(keyASCII >= '65' && keyASCII <= '91') && !(keyValue >= '0' && keyValue <= '9')) { window.event.keyCode = 0; } } </script>``<asp:TextBox ID="txtbName" onkeypress = "NumberOnly()" runat="server" BorderStyle="Solid" BorderWidth="1px" BorderColor="#CCCCCC" BackColor="White" Width="150px" CausesValidation="True" Height="20px" MaxLength="50"></asp:TextBox>

    ASP.NET help javascript sysadmin tools architecture

  • How to fire specfied hot key on Form Keydown?
    M mdrizwan_1

    Hello, I want to display menu list on specified hot key such as 'ALT + S'.But i m unable to get key combination.as i press Alt the keydown event is fire it does not accept combination .Please help . 'Keypreview = true'.

    Visual Basic help tutorial question

  • I want to add, edit and delete data from table using gridview in Asp.net?
    M mdrizwan_1

    Its not so hard but i want add Data in Gridview Selected Cell and Save its contains in Table as we do using fp spread for some other 3 party components?

    ASP.NET csharp css asp-net help question

  • I want to add, edit and delete data from table using gridview in Asp.net?
    M mdrizwan_1

    Hello, Please help i want to add update and delte data from the specified table.I m using Gridview and i want to to add data in grid when add button is clicked and also edit it on edit button. It same as we do in windows app (i.e., is add data in specify cells and click on save button to save the data in table.)Please help its urgent?

    ASP.NET csharp css asp-net help question

  • Index was outside the bounds of the array?
    M mdrizwan_1

    Thanks a lot dear i was been initialized before and was not cleared.therefore it was throwing and exception? Thanks to All.

    ASP.NET data-structures database design debugging help

  • Index was outside the bounds of the array?
    M mdrizwan_1

    array size is set equal to record count?

    ASP.NET data-structures database design debugging help

  • Index was outside the bounds of the array?
    M mdrizwan_1

    i is initialsize to 0 and array size is set equal to record count?

    ASP.NET data-structures database design debugging help

  • Index was outside the bounds of the array?
    M mdrizwan_1

    Please can anyone provide solution to this? Index was outside the bounds of the array. 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.IndexOutOfRangeException: Index was outside the bounds of the array. Source Error: Line 137: { Line 138: Line 139: lngCaseMasterIDAry[i] = Convert.ToDouble(dr["CaseMasterID"]); Line 140: strCaseNoAry[i] = dr["CaseNo"].ToString(); Line 141: strCaseBrief[i] = dr["CaseBrief"].ToString(); Source File: e:\CDRV3WebVersion\CaseMaster.aspx.cs Line: 139 Stack Trace: [IndexOutOfRangeException: Index was outside the bounds of the array.] CaseMaster.btnView_Click(Object sender, EventArgs e) in e:\CDRV3WebVersion\CaseMaster.aspx.cs:139 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746

    ASP.NET data-structures database design debugging help
  • Login

  • Don't have an account? Register

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