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

Mubeen asim

@Mubeen asim
About
Posts
72
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why WD Caviar Green HDDs suck today
    M Mubeen asim

    i was planning to get one of the same kind for a RAID 0 configuration.. and i already have one.. hope nothing bad happens to that..

    The Lounge php com design question announcement

  • how geek do you think..?
    M Mubeen asim

    i was sitting on the bed this morning and heard a bird sing, i thought what format does the bird emit..! laughed on me after that.. then days ago, was reading a magazine and as soon as i saw a link, my finger started clicking it..:)

    The Lounge question

  • Crystal Report Formating
    M Mubeen asim

    in the report, set the font size to the expression and then give the parameter as a value in the report. lets make this clear. add Report parameter->font_size(int) - from the report menu; then set the report parameter value from c#; then in the report select the textbox and then set its font size to expression ; then select parameters(font_size)..! postback for any clarifications..

    C#

  • how to session value in a page.
    M Mubeen asim

    actually this was asked to me in an interview.. and my answer was to clear all the session variables on the page_init; he told that is there some kind of markup in the page which does this thing of skipping the session values for a single page... so is there any other way around...

    C# tutorial

  • how to session value in a page.
    M Mubeen asim

    helllo.. i have a value stored in a session['foo']="bar"; and as sessions can be accessed in al the pages.. is there any way how to make the sessions inaccisssible in a specific page... ... thanks and regards..

    C# tutorial

  • is sending data over a same socket possible
    M Mubeen asim

    thans for that... but am using asynchronous sockets.. so i would be thankful for u if u give me a hint how to write to the single socket stream....

    C#

  • is sending data over a same socket possible
    M Mubeen asim

    hello....i have created a socket in my application and i need to send the data over an interval of 10 seconds so am creating a new socket in the timer. the problem with this approach is that the application is creating a new socket every 10 seconds so that my server is getting lots of exceptions... may i know is it possible to send the data over a single socket insted of creating a new socket every time i need to send the data.. thanks...

    C#

  • starting Windows service again on exception..
    M Mubeen asim

    thanks... and if i am not bothering you.... when i create a tcp socket and connect to the server and when the connection is established then is it regarded as the tcp connection or a socket connection..?

    C#

  • starting Windows service again on exception..
    M Mubeen asim

    its ok... i wil once again review my code in the service... and do u know whats the maximum number of connections the tcp listener can handle without queing....?

    C#

  • starting Windows service again on exception..
    M Mubeen asim

    ok... if you are free can u tell will the service crash when the exception eccurs in the service...and i am sending the data from systems on the network to the service. and when the number of clients get more i get the exception "The IAsyncResult object was not returned" at the client side and insted of client crashing my service crashes....can i get some help with this...

    C#

  • starting Windows service again on exception..
    M Mubeen asim

    thans for that.. but is the code in the public override onstop() { //progie code } will this function execute when the service is stopped due to abnormal execution such as exception....

    C#

  • starting Windows service again on exception..
    M Mubeen asim

    i have a windows service and when any exceptions occur then its stopping... is there any way to restart that service automatically when it is stopped...

    C#

  • changing the database after addition to the project ?
    M Mubeen asim

    if i recreate a new connection then i am loosing the queries i built in the dataset designer.... is it possible to make it without looosing the queries...?

    C# question database

  • changing the database after addition to the project ?
    M Mubeen asim

    exactly .... and does not reflect the changes means that in my project the database in the right side in visual studio is not showing the modified tables i mean the new tows which i have added to the table...

    C# question database

  • changing the database after addition to the project ?
    M Mubeen asim

    sure.. actually mine is c# project.. and it has database of ms access by name test.mdb test.mdb has a table named user_data it has coloums id,pass. this database is added to the project. then i need to modify the table coloums like adding the new coloums. when i add the new coloums its change is not taking effect in my project...

    C# question database

  • changing the database after addition to the project ?
    M Mubeen asim

    hello.. actually the problen is that i have added an msaccess database to my project and have buitl about 10 queries and contains 3 tables in it. now i want to add a new table or modify an existing table in the database and when i modify the tables its not effecting in the data-sources in the project..what is the way to edit the database after adding it to the project without loosing the queries built in the dataset designer.. thans...

    C# question database

  • changing the database location
    M Mubeen asim

    sorry if u have fealt like that but ur answer solved my problem.. cause i had googled it with long strings but colud not find any relavant answers....

    C# database csharp help

  • changing the database location
    M Mubeen asim

    thanks... that was xtremly helpful...

    C# database csharp help

  • changing the database location
    M Mubeen asim

    hello.. i have an msaccess database in my c# project given the path as c:\my proj\db.mdb and in my second project i reffered to the same database and when i change the db.mdb from its original location the visutal studio cant find the db and giving an error.... is if possible to change the path of the database after adding to the project...thanks...

    C# database csharp help

  • generate code dynamically ?
    M Mubeen asim

    hello.... i have been used to php scripting and may i know is it possible to dynamically generate the code in the program like echoing the html code at the time of the script running and is the same process possible in c#...

    C# csharp php html tools question
  • Login

  • Don't have an account? Register

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