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

sindhutiwari

@sindhutiwari
About
Posts
160
Topics
76
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • New to ASp.net ....few Questions
    S sindhutiwari

    Thank You for Replying, i will take care that whenever i post a question it will be in a good format ... Regards Sindhu Tiwari

    its me sid

    ASP.NET question csharp asp-net sysadmin tutorial

  • tracking session state
    S sindhutiwari

    Exactly i have stopped working and started reading a book ASP.Net 2005 step by step by George Shepherd... So there it is written that session tracking is done in three ways as i mentioned earlier .. ...as i too got confused thats why i asked here ... If i am not wrong its a new question so new thread..... anywayz i will not repeat this again ... Thank u Sindhu Tiwari

    its me sid

    ASP.NET tutorial

  • tracking session state
    S sindhutiwari

    Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles. I know first one what about 2 and 3 how to track the session state Please tell me thank u Sindhu tiwari * I need some technical description * :rose:

    its me sid

    ASP.NET tutorial

  • New to ASp.net ....few Questions
    S sindhutiwari

    Thank u Guffa ....and regarding "da" Leave it .. Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles. I know first one what abt 2 and 3 how to track the session state Plz tell me thank u Sindhu tiwari

    its me sid

    ASP.NET question csharp asp-net sysadmin tutorial

  • New to ASp.net ....few Questions
    S sindhutiwari

    thanks for the reply navneeth ... My question 1 is not clear if possible please tell me how to use mbox programatically ...

    its me sid

    ASP.NET question csharp asp-net sysadmin tutorial

  • New to ASp.net ....few Questions
    S sindhutiwari

    please if possible ,some coding description..Where to use it *** I can google these things ..but i can find expertise answers there

    its me sid

    ASP.NET question csharp asp-net sysadmin tutorial

  • New to ASp.net ....few Questions
    S sindhutiwari

    Q1. What is mbox ? Q2. Why web parts works indifferently ..i mean to say some time they appear and sometimes they wont ? Q3. Whatz da correct way to create a project in virtual directory ? Q4. I have worked on personalization .. adding some code under the web config file ...and so on but i want to know how to use it in the real time Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ? Please do reply Regards Sindhu tiwari

    its me sid

    ASP.NET question csharp asp-net sysadmin tutorial

  • set socket.sendtimeout
    S sindhutiwari

    Hi, In my application i am using threads and socket programming to ping a mobile application I want to set the timeout value for the Socket.send message for this i have used socket.sendtimeout= value; but the same socket is used for asynchronous communication ....so as i have set the socket.sendtimeout value its effecting the asynchronous communication.. My aim is to Set the Timeout value only for the pinging message such that communication must not get effected,,,,( I want to set the timeout period for a particular Ping 'send' only ....) If any one knows this then Please Do Let Me Know

    its me sid

    C#

  • Simplest Question Regarding Deployment
    S sindhutiwari

    What i am doing is just right click on the project then i have clicked publish there ............. i am using Visual studio 2005 professional edition regards sindhu tiwari

    its me sid

    C# csharp sysadmin tutorial question workspace

  • Simplest Question Regarding Deployment
    S sindhutiwari

    Hi, I have developed a C#.net windows application and in that one i have used a third party control in it.. For deploying the application i am publishing my application so a setup.exe file is getting created When i installed it at client side its working fine My question is ...Why in the Client System ...my system name is appearing ...How to change it Execution path in client system start...programs.......my system name...application name i want to replace that one with some other name EX : Present start.....programs.....Happy...WindowsApplication1 want to change to start.....programs....Softy.....WindowsApplication1 Plz reply me how to do this regards sindhu tiwari

    its me sid

    C# csharp sysadmin tutorial question workspace

  • Simplest Question Regarding Deployment
    S sindhutiwari

    Hi, I have developed a C#.net windows application and in that one i have used a third party control in it.. For deploying the application i am publishing my application so a setup.exe file is getting created When i installed it at client side its working fine My question is ...Why in the Client System ...my system name is appearing ...How to change it Execution path in client system start...programs.......my system name...application name i want to replace that one with some other name EX : Present start.....programs.....Happy...WindowsApplication1 want to change to start.....programs....Softy.....WindowsApplication1 Plz reply me how to do this

    its me sid

    C# csharp sysadmin tutorial question workspace

  • ipconfig of the machine
    S sindhutiwari

    hi ritu once u get the answer for ur question plz do reply to me on mr.sindhutiwari@yahoo.com

    its me sid

    ASP.NET tutorial

  • New to ASp.net ....regarding web service
    S sindhutiwari

    Hi my question is How to install web service .. please do let me know Thanks Sindhu tiwari

    its me sid

    ASP.NET csharp asp-net tutorial question

  • How to calculate form loading time
    S sindhutiwari

    I would like to clear...what i said Firstly the splash screen comes and in the background the software parent form gets loaded as the form screen disappears with in no time the parent form must appear splash screen is shown to hide the slow loading of the parent form i hope i am clear regards sindhu tiwari:rose:

    its me sid

    C# tutorial

  • How to calculate form loading time
    S sindhutiwari

    Thanks for the suggestions ...in mean time i have done something its working satisfactory but not as i expected private void check(object sender, EventArgs e) { if (i < 1 && stat== true) { this.Opacity = i; i = i + 0.1; if (i > 0.9) { stat = false; printsoftwareparent psp = new printsoftwareparent(); psp.Show(); this.BringToFront(); } } else if (stat == false) { this.Opacity = i; i = i - 0.1; } if (i < 0.1) { timer1.Stop(); this.Hide(); } }

    its me sid

    C# tutorial

  • How to calculate form loading time
    S sindhutiwari

    hi thanks for ur reply I want the application to be started like Acrobat Reader or PhotoShop If u know how to do this then please do let me know

    its me sid

    C# tutorial

  • How to calculate form loading time
    S sindhutiwari

    Hi I have created a splash screen on my own i want my original screen to be appear completely before the splash screen vanishes ....please if any one knows how to calculate the loading time of the form then please do let me know this is my code for the splash screen >>> Timer is calling this function .....so its the starting form of mine private void check(object sender, EventArgs e) { if (i < 1 && status == true) { this.Opacity = i; i = i + 0.1; if (i > 0.9) { status = false; } } else if (status == false) { this.Opacity = i; i = i - 0.1; } if (i < 0.1) { timer1.Stop(); this.Hide(); printsoftwareparent psf = new printsoftwareparent(); psf.Show(); } }

    its me sid

    C# tutorial

  • How to close a socket which is already open
    S sindhutiwari

    I want to close the Client Socket ....Not the Listner(Server) how u r handeling Client Socket and Socket.Connected returns the previous state

    its me sid

    C# tutorial

  • How to close a socket which is already open
    S sindhutiwari

    hi Akmal Dear,Thanks for ur reply .....i have tried that too ..it dint work perfectly...with my application as u r also working on socket application will u plz tell me how you are determining the status of client i mean to say connected or disconnected ......u r following two way pinging or any other thing plz do let me know

    its me sid

    C# tutorial

  • How to close a socket which is already open
    S sindhutiwari

    thanks for replying ......................will u plz tell me what this ShutDown() does I would like to brief my problem .. I am having a mobile application ......so if the mobile switches off i need to close the socket at my end ........ can u tell me the best way to do this .....apart from pinging it continously

    its me sid

    C# tutorial
  • Login

  • Don't have an account? Register

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