Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~4K People Reached
Member Avatar for sidd.

Hi, I need to assign double inverted comma(") to a variable. Please let me know how this can be done. Regards Sid

Member Avatar for aluxian
0
67
Member Avatar for sidd.

Hi team, I have a index.html file and a login php plugins([Click Here](http://tutorialzine.com/2009/10/cool-login-system-php-jquery/.) But am not sure how to include it in Index.html script. May the question is very silly. But,I just started learning about web development. I know the basics but practical wise no experience. Please advice the steps. …

Member Avatar for sidd.
0
253
Member Avatar for sidd.

Hi, I have attached a .html document and a text file, which is used as a input. This is a very basic website and its working fine in mozilla and chrome but not working on IE. Whenever a refresh button is clicked it loads data in debug area and Generate …

Member Avatar for kabugima2
0
191
Member Avatar for sidd.

hi, i have two drop down list. First one is populated from database and its working fine. Second one will also be populated from database but as per the value selected from the first drop-down list. [CODE]<head> <script type="text/javascript"> function xyz_list() { // xyz_list is the id of ;;my first …

Member Avatar for Ezzaral
0
165
Member Avatar for sidd.

hi, am new to web disigning. And i am designing a web page using joomla. And i want to add a drop down list to my page. I tried to search for the extensions but i din find any. As i am also new to this css and html, so …

Member Avatar for Arkinder
0
110
Member Avatar for sidd.

hi, how to round up a number. e.g. 3.4 to 3 and 3.5 to 4 thanx in advance

Member Avatar for Geekitygeek
0
191
Member Avatar for sidd.

hi i am drawing a graph with values more than lakhs. i m drawing it in 4 different parts parallelly. it works f9. it contains two forms 1st one is opening the file and the second one is storring the values in variables and plotting it. but the problem is …

Member Avatar for vibhutirs
0
81
Member Avatar for sidd.

hi i have a file that i have to read byte by byte. i m using the read method but its not working this is what i m doing byte[] str=new byte[12]; [CODE] for(i=0;i<lenght_of_file;i++) { sr.read(str,i,1); } [/CODE] i cant figure out y itz nt workin. thanx

Member Avatar for eeyc
0
835
Member Avatar for sidd.

hi i have a file with ASCII as well as extended ASCII. I am unble convert this values to binary. Any help plzzz

Member Avatar for DdoubleD
0
160
Member Avatar for sidd.

hi i have a graph which i have to zoom in and zoom out dynamically. i have drew the graph in a panel. any ideas plzzzzzz

Member Avatar for Geekitygeek
0
94
Member Avatar for sidd.
Member Avatar for Geekitygeek
-1
145
Member Avatar for sidd.

hi, i have a graph and i wanna zoom somw particular area in it. Is there any zoom function available... thanx

Member Avatar for Geekitygeek
0
348
Member Avatar for sidd.

hi, i want to deactivate the restore button that comes in output form. i there any way 2 do it

Member Avatar for sidd.
0
81
Member Avatar for sidd.

hi, i drew a line which fit in the output form when it is in minimized state. but when the it is maximized line remain the same height but the window expand. i want that the line and window expand and shrink in same ratio. i hope i made u …

Member Avatar for Geekitygeek
0
98
Member Avatar for sidd.

hi, to read from a notepad i hv used the following code. bt the problem is, it will not read the next line. so how to read line by line..... [code] using (StreamReader sr = new StreamReader("c: \\key.txt")) { string s = sr.ReadLine(); //etc. Console.WriteLine(s);//its showing the output string[] variables …

Member Avatar for sanch01r
0
156
Member Avatar for sidd.

hi, i have array of x and y values, and i want to draw a line graph using this values. And i dont have any ideas related graphs. so, can u help from where to start...

Member Avatar for ddanbe
0
35
Member Avatar for sidd.

[code] float[] x = new float[10000]; float[] y = new float[10000]; int c=0; using (StreamReader sr = new StreamReader("e: \\CuPeak.dat")) { while (!sr.EndOfStream) { string s = sr.ReadLine(); string[] variables = s.Split(' '); x[c] = float.Parse(variables[0]);//run time ERROR in this line " format exception was unhandled" y[c] = float.Parse(variables[1]); Console.WriteLine(x[0]); …

Member Avatar for kvprajapati
0
196
Member Avatar for sidd.

hi, i have some values in a notepad (.dat file). i want to store the values one by one in an variable. i dont know how to read the file and store the vaues. can u help plz...

Member Avatar for sanch01r
0
333
Member Avatar for sidd.

hi, i have two values in each line seperated by space in notepad. what i have to do is to store the first value in one variable and the other in another variable. so, wat should i do??

Member Avatar for Geekitygeek
0
86