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
H

Harikrk

@Harikrk
About
Posts
97
Topics
60
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error installing application in some machines
    H Harikrk

    .net framework is installed in client machine. It is added as prerequisite along with sql express and windows installer. The event viewer is showing this same error.. nothing more detail is there

    C# help csharp com sysadmin tutorial

  • Error installing application in some machines
    H Harikrk

    .net framework is installed in client machine. It is added as prerequisite along with sql express and windows installer.

    C# help csharp com sysadmin tutorial

  • Error installing application in some machines
    H Harikrk

    I have a windows application developed in C# with c# express edition 2008. I have published this to my web server and the files are installed by client from there. The application is getting installed and working correctly in almost all the machines. But in some machine, which are fresh system without much installations i am getting the following error Description: Stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: testapp.exe Problem Signature 02: 5.1.0.82 Problem Signature 03: 4976b6a1 Problem Signature 04: System.Windows.Forms Problem Signature 05: 2.0.0.0 Problem Signature 06: 4889dee7 Problem Signature 07: 199c Problem Signature 08: 2 Problem Signature 09: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX OS Version: 6.0.6000.2.0.0.768.3 Locale ID: 1033 Read our privacy statement: http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409 can anyone tell me how to identify the excat problem from this eror message. I am getting this in windows vista machine Thanks in advace Hari Krishnan www.techiebuddy.com

    C# help csharp com sysadmin tutorial

  • COm port loopback
    H Harikrk

    hello guys I am developing an application which communicates with a usb device attached to PC. Thuis device will be connected via a virtual com port (com14). Actually i dont have this device attached physically to my system during development. Can i have any method to simlate this device or loopback a com port as we loopback ipaddress? Please give me some suggession ASAP Thanks in advance Hari Krishnan www.techiebuddy.com

    C# com question

  • Application to make calls
    H Harikrk

    i researched on this and found that this can be done using Microsoft TAPI. can you help me in this?

    Visual Basic csharp database help question

  • Application to make calls
    H Harikrk

    Hello I am trying to create an application using VB.Net which should take a list of phone numbers from database and call those and play recorded message Can anyone help me in this?

    Visual Basic csharp database help question

  • dynamic controls and request objects
    H Harikrk

    In my page i am creating a set of controls dynamically for adding attributes for a product. Initially it will show a add attribute button. On clicking that first set of textbox to enter attributes will be shown. Also a add more button will be showing . On clicking the addmore button another set of textbox will be added to the pane keeping the first one there. I have handled the code in the page event to keep the first one when adding the new one. This will check the request object contains the attribute field and if present it will be added first. if (Request["ctl00$ContentPlaceHolder1$TxtAttribName" + i] != null) { add the requested content with same name. } I am getting this worked fine. But some times when the response from server is slow i am not getting the first one which are added from request object Do anyone can help me in this?

    ASP.NET sysadmin help question

  • gridview and popup
    H Harikrk

    hi all i have a gridview which shows the list of all users in my site. I have added view to each row. I have added a link button for this. On clicking this view i want to show a popup which shows the details of each user. i dont want to open a new window for this. I want to show this using a div popup. i have written javascript to make a div visible and invisible. But to fill the details in this div i need to run server side script. How can i do this without refreshing the grid. grid is placed inside a update panel Hope you understood my requirement thanks in advance

    ASP.NET javascript css sysadmin tools question

  • suggession needed
    H Harikrk

    I am working on a website which require a forum application. There are many buildin forum applications but i want to do it personally. Can anyone suggest me how can i store data for this. Which one will be better? xml files for storing data or sql server database itself? please give me your valuable suggssions thanks in advance hari

    Web Development database question sql-server sysadmin xml

  • validator not showing
    H Harikrk

    thanks sam that worked for me :)

    ASP.NET help database tools question announcement

  • validator not showing
    H Harikrk

    I tried that also.. But that is not the issue.. seems to be strange activity :(

    ASP.NET help database tools question announcement

  • validator not showing
    H Harikrk

    i have a set of admin pages in my site. These pages are created using a master page. These pages use update panel and script manager for updating the values to database. All these pages are working fine except one. The structure of the pages are same. In one of these pages, when i submit the form, the validators are not showing the error messages. But actual validations are working there, when an error is there, it is actually focusing to the error control and form is getting submitted only after the the page is validated. When i checked the source of the page after a wrong validation is given, it is showing the validators with style="display:none". Can anyone help me to resolve this issue? Thanks in advance

    ASP.NET help database tools question announcement

  • bi-lingual implementation in asp.net
    H Harikrk

    I was working on a bi-lingual asp.net site.. i have a label(lblmessage) to show messages. I have 2 messages to be shown there( if the process is successfull, the a sucess message should be shown else error message should be shown. I have added two string values in resx files success and failure. I have two languages resource files(default.aspx.resx and default.aspx.fr.resx) I have given the values for success and failure in both files. During run time how can i show the message from the resource files? i have the current selected language in session object as session["language"]. plz help thanks and regards Hari

    ASP.NET help question csharp asp-net learning

  • div inside iframe
    H Harikrk

    I got this working when i made position in iframe as absolute Thanks

    ASP.NET database sysadmin algorithms help tutorial

  • div inside iframe
    H Harikrk

    i am having issues with the z-index of the combobox. I am showing a div above the page, for popup simulation. But the combobox in the page is coming over the div. On searching on this issue, i got that putting a iframe behind the div will solve the issue. Cn anyone tell me how to put div inside the iframe tag. Following is some part of my code..

    Attachments

    Forms

    runat="server" />

    ASP.NET database sysadmin algorithms help tutorial

  • using datagrid
    H Harikrk

    i am developing an website for online billing of computer parts. here i want to allow users to select a part number , then the price and part number should come automatically. This i need to get in a grid format. eg: partno name quantity price total 1001 part1 1 100.00 100.00 Initailly i just want to show one row only.. and in that need to show the combo box only.. The partno is taken from parts table and this will be inserted to invoiceitem tables Can i use datagrid for this? Please help me for a solution regards Hari

    ASP.NET css help question

  • datagrid in asp.net
    H Harikrk

    there is no data present. i actually dont want to bind it.. the purpose is i want to enter data into a number of rows where the number of rows is dynamic

    ASP.NET csharp asp-net database design help

  • windows service
    H Harikrk

    i just want to activate the debugger before the service crashes.. is there any specific way in windows to activate this?

    C# database csharp visual-studio sysadmin debugging

  • windows service
    H Harikrk

    i have developed a windows service. This service updates a sql express database. On running the service, the service gets hang and the event viewer shows .sqlexpection. Is there any way i can debug an installed service. I dont have .net ide installed in the system where service is isntalled. More over the sql express database is in another system. Can you tell me what should be the connection string, if the server name is dev-sqlx and db name is report thanks and regards hari

    C# database csharp visual-studio sysadmin debugging

  • datagrid in asp.net
    H Harikrk

    i have created a datagrid in my page(default.aspx) using the following code I am getting column of textboxes in design view. But on running the page i am not able to view my purpose is to enter values through textbox. when i enter id in textbox corresponding name from database need to show in thenext column can anyone please help me in this thanks and regards hari

    ASP.NET csharp asp-net database design 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