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..
Mubeen asim
Posts
-
Why WD Caviar Green HDDs suck today -
how geek do you think..?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..:)
-
Crystal Report Formatingin 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..
-
how to session value in a page.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...
-
how to session value in a page.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..
-
is sending data over a same socket possiblethans 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....
-
is sending data over a same socket possiblehello....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...
-
starting Windows service again on exception..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..?
-
starting Windows service again on exception..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....?
-
starting Windows service again on exception..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...
-
starting Windows service again on exception..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....
-
starting Windows service again on exception..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...
-
changing the database after addition to the project ?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...?
-
changing the database after addition to the project ?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...
-
changing the database after addition to the project ?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...
-
changing the database after addition to the project ?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...
-
changing the database locationsorry 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....
-
changing the database locationthanks... that was xtremly helpful...
-
changing the database locationhello.. 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...
-
generate code dynamically ?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#...