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
S

Sasmi

@Sasmi
About
Posts
35
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP page related
    S Sasmi

    Dear Friends, I want information about ASP.Net page, when any ASP page created the control on each page should have any unique identity so i can use that id, i found the unique number and id of control Text Box but i found it not unique because every time i check the number randomely it give me new number i think its browser specific (code given below) mshtml.IHTMLUniqueName uInputName = (mshtml.IHTMLUniqueName)MyContorl.DomElement; messageBox.show(uInputName.uniqueID); messageBox.show(uInputName.uniqueNumber.ToString()); is there any other uniquness in control, or my assumption is wrong. Please clear me thanks in advance. Sasmi

    ASP.NET csharp asp-net

  • help for HtmlElement class....
    S Sasmi

    Dear Firends, I am going to do an windows application which can use webBrowser control i am providing an scenario what i want to do, supposed i open any site in that webbrowser control example google if i enter text "My Name Santosh" in Search Text Box of google i want to stored this search text in my database with the date time and any other information, For that i use HtmlDocument (For Document), HtmlElementCollection (For collection of control) and HtmlElement (for single control) class now i get the property of that control but i can't access the Value of that Search Text box. when i check that control variable in QuichWatch it show me the value property in -Non-Public members -htnlElement -mshtml.HTMLInputElementClass -value "My Name Santosh" stringbut i don't know how can i access this value property:confused:, can anyone help me regarding this, thanks in advance. Thanks and regards:rose: Sasmi

    Windows Forms database help tutorial question

  • ASP.Net printing a crystal report through web.
    S Sasmi

    Dear Friends, :^) I have created a form with crystal report this report does not view by user but after completing the entry when user save the data automatically print is invoke with the present data this functionality is working at my local pc but not working on web. :rose:Can any one help me regarding this thanks in advance. My PC system configuration is Microsoft Visual Studio 2005 :-O Sasmi

    ASP.NET csharp asp-net visual-studio help workspace

  • GridView control data calculation?
    S Sasmi

    Dear Friends, I have created an GridView in which i want to calculate amount using javascript the scenario is like this. Row 1) Control * Control = Control 1 Row 2) -"- Row 3) -"- Row 4) -"- Row nth) Control * Control = Control nth Footer Row Total = Control 1 + control nth Output: Row 1) 1000 * 1 = 1000 Row 2) 10 * 1 = 10 Row 3) 100 * 1 = 100 Row 4) 1000 * 1 = 1000 Row nth) 1000 * 1 = 1000 Footer Row Total = 3110 the row created at runtime so that i cant used it properly can any one help me i am create this on ASP 2.0 using C# language Help me thaks in advance Sasmi

    ASP.NET csharp javascript help question

  • Javascript Help..
    S Sasmi

    Dear Friends, I want an popup window which will received the selected data from backend table as per the request using javascript. For example: One train have multiple station so if i will provide the train name from the operer form it will show me the list of station where the train stop on another popup form using javascript. please help me thanks in advanced:confused: Sasmi Sasmi

    ASP.NET javascript help tutorial

  • How to use Resource.resx file in my soution.
    S Sasmi

    Dear Friends, Actually this is my first project in which i create an ASP.net web site i want some global data which i stored in Resource.resx file and i create solution for some business logic now each time i have to pass the Resource.resx file data to solution at any page or button event can it is possible to access the resource file of that web site from the soution itself so it could be centralise at solution level. [Solution (Bussiness Logic)] - [Resource File (Centralise Info)] - [Web page (Front End)] is this a good idea or i thinking something which is not possible. i am using Microsoft Visual Studio 2005 (Framework 2.0) Thanks in advance:cool: Sasmi

    ASP.NET csharp asp-net visual-studio business tutorial

  • File Download Control...
    S Sasmi

    Dear Friends, i want to provide download functionality in my website, can any one provide me any link or help for this functionality, so i will provide it in improved manner. for reference, I am using Visual Studio 2005 (.Net Framework 2.0) IIS (5.0) Thanks in advanced:cool: Sasmi

    ASP.NET csharp dotnet visual-studio windows-admin help

  • The request timed out before the page could be retrieved
    S Sasmi

    Hi guy's, :mad:i am suffering from big headache, we have created an website which is working properly till last saturday on that day i have update some codes for better performance and implement that updated aspx and class in my C:\MyWeb folder by deleting previous files and folder but after that the website giving me error as specify below i dont know why this is happening is this because of the change in files and folders or any other reason behind it I am working on Visual studio 2005 (Asp.net Version 2.0) and backend SQL Server 2000 when i check the site on my internal ip its working properly but using on external ip this error occured. do i required to set some setting at IIS (Version 5) the link is use windows authentication (anonymous type default password) Error: "The request timed out before the page could be retrieved " please give me proper direction so it will help me long life. Thanks and Regards in advanced Sasmi

    ASP.NET csharp help announcement asp-net database

  • How to get 5 th record of the table using stored procedure...
    S Sasmi

    Dear Bro, :confused:I want to fetch 5 the record of the table or query using Stored Procedure it is possible but i dont know how? please help me. I want to fetch the record of Employee whose Payment is Highest and on 5 th rank using Stored Procedure. Using SQL 2000 database Thanks in advanced:rose: Sasmi

    Database database help tutorial question

  • Hi bro i dont know how to do this query..
    S Sasmi

    :confused:I want to create an query in which i want to show the data out put as show below is it possible? Database: Northwind Table : Products ProductId CategoryID 1 1 1 2 1 3 Output should be coma delimited as shown below. ProductID CategoryID 1 1,2,3 Thanks in advanced:rose: Sasmi

    Database database tutorial question

  • How to collect the information which hardware is connected to my pc using .Net technology..
    S Sasmi

    :rose:Thanks for the info. I will get understand the namespace for any other help i will disturbe you. Sasmi

    Visual Basic csharp visual-studio hardware help tutorial

  • How to collect the information which hardware is connected to my pc using .Net technology..
    S Sasmi

    Dear Friend, :confused:I want to collect the information of the hardware of my pc with there details using .net technology i know that it can be possible but dont know the direction can any one help me regarding this give me the proper direction and knowledge so that i can know exactly what is happening (i mean i dont want to copy pest the code but want to know the steps so it will be easy to me for my future also). thanks in advance for your reference i have .Net 1.1 framework install on my pc as well as Microsoft Visual Studio 2005. Thanks and Regards Sasmi:rose: Sasmi

    Visual Basic csharp visual-studio hardware help tutorial

  • Taking Snapshot of any form of project at run time...
    S Sasmi

    :confused:Hi guys, I want to take snapshot of form at runtime without manually pressing the 'Prt Scr' key is it possible if yes can any one guide me how. i want to stored the snap shot of the form in my database. Please help me thanks in advance. Sasmi

    Visual Basic database help tutorial

  • How to use Crosstab Query in MS Access
    S Sasmi

    i am new in database handling can any one explain me how to use Crosstab Query in MS Access to show the content of the veriable and not count or sum thanks in advance. Sasmi

    Database database tutorial

  • Fine Tuning of Query
    S Sasmi

    :confused:Hi Guy's i am searching for the details about 'Fine Tuning of SQL-Query' can any one give me any good site or other details about this. I mean what steps are carried out to increase the performance of SQL Query? so the data will flow fluently please help me... Thanks in advance Sasmi

    Database database algorithms performance help question

  • How to create trigger
    S Sasmi

    :confused:Hi Guy's I want to Create a trigger on 'Table1' by which at the time of insertion the same data will be insert in to another table 'Table2' of same database please help me. Sasmi

    Database database help tutorial

  • DLL Problem
    S Sasmi

    Thanks for giving direction. Sasmi

    Visual Basic help tutorial announcement

  • DLL Problem
    S Sasmi

    You say that ‘you need to generate a new GUID so you have a new version’ how to generate a new GUID. I see on Project Property Window a ‘DLL Base Address’ is it useful for me please help me. Sasmi

    Visual Basic help tutorial announcement

  • DLL Problem
    S Sasmi

    :mad:Hi Guys, I Have a dll name 'XYZ.dll' which i use in my project call 'ABC' and install it on users pc and i use same dll 'XYZ.dll' (with some major changes) in my another project call 'PQR' if i install this pqr on users PC i found it overwrite the first one dll which is use in 'ABC' project. can any one help me regarding this i am first time using this dll funda in vb6. if any one give me detail idea about 'How to use dll' it will really great for me. Thanks in advanced Sasmi

    Visual Basic help tutorial

  • open folder
    S Sasmi

    :confused: i have created a 'XYZ.txt' text file in 'C:\Sasmi' folder by using vb6 as per user requirement. i want to open the selected 'C:\Sasmi' folder automaticaly for user so that he\she know where is the file created and the format of the file (As provided in the ZIP Folder Extraction wizard where user can see the selected folder by selecting the option 'Show Extract File') Can any one help me regarding this. Sasmi

    Visual Basic 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