Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sadhawan

Hi Guys, I want to read html file and parse it and then assign the extracted info to the dataobjects. How can i do this .Thanks

Member Avatar for hyperion
0
140
Member Avatar for sadhawan
Member Avatar for nick.crane
0
120
Member Avatar for sadhawan

Hi , Can anyone tell me how can i store video files and images in databse, i know there is a way i can just store the links to the video in teh databse but dont know exactly how to do it.Any help would be greatly appreciated. Thanks

0
53
Member Avatar for sadhawan

Hi guys, can anyone tell me how can i store pdf files and images in sql databse. Thanks

Member Avatar for sadhawan
0
56
Member Avatar for sadhawan

Hi Guys, Can anyone tell me how can a convert words to phonics.I am working on a software that will need this functionality.So i ll have to create somethign that will read all the words that apprear on the screen . Thanks

0
42
Member Avatar for sadhawan

Hi Guys , how can i parse java script.I have a script as follows [code] test.AddQuestion( new Question ("com.scorm.golfsamples.interactions.etiquette_1", "When another player is attempting a shot, it is best to stand:", QUESTION_TYPE_CHOICE, new Array("On top of his ball", "Directly in his line of fire", "Out of the player's line of …

Member Avatar for jon.kiparsky
0
166
Member Avatar for sadhawan

Hi Guys, I am unzipping a folder into a new folder and then wants to read all the files from the folder .My code is as follows.I dont want to create a folder but i cnt figure out a way to read all the files froma compressed folder and now …

Member Avatar for nick.crane
0
162
Member Avatar for sadhawan

Hi Guys, i have parsed an xml file below and want to create another class with data structure and pass these values to those data structure. [code] using System; using System.Collections.Generic; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using …

Member Avatar for Geekitygeek
0
156
Member Avatar for sadhawan

Hi Guys,i have the following code and i am trying to collect all the attributes with a tag name "file" .Wheni run the lopp the value of collection keep changing instead of collecting it like an array.Can anyone help me with this. Thanks [code] private void button1_Click(object sender, EventArgs e) …

0
75
Member Avatar for sadhawan

Hi Guys, what i am trying to acieve is, I have an xml file which has bunch of reference to html pages, pic and videos.Now this file and all other files are in the same folder or different subfolder under a main folder.What i want to do is to read …

Member Avatar for sadhawan
0
80
Member Avatar for sadhawan

Hi ,I have following javva script [code] test.AddQuestion( new Question ("com.scorm.golfsamples.interactions.handicap_1", "Which formula is used to calculate the 'course handicap'?", QUESTION_TYPE_CHOICE, new Array("Course Handicap = Handicap index + number of holes * number of lost balls in last round", "Course Handicap = Number of years experience / annual equipment spending", …

0
49
Member Avatar for sadhawan

Hi guys ,I have written a program which filter the text using replace function.What i want to do is to create another class and do all the filtering over there .How can i achieve this.I am pretty new to C# so any help would be appreciated. Thanks

Member Avatar for Medalgod
0
75
Member Avatar for sadhawan

Hi Guys i am trying to insert xml file in database but i am getting this error text/xmldecl not at the beginning of input.Can anyone tell me how to fix this. thanks

Member Avatar for nick.crane
0
455
Member Avatar for sadhawan

Hi Guys , i dont know if this the right place to ask this question bt can anyone tell me what the heck SCORM is.I was trying to read some stuff on internet which does not make any sense to me.I also want to know that if i have an …

Member Avatar for sadhawan
0
89
Member Avatar for sadhawan

Hi guys i have java scripts as follows His acquaintance with Elizabeth was very trifling.&quot;</p>\n<P class=&quot;Sx0x1&quot;>&quot;To be sure, Lizzy,&quot; said her aunt, &quot;he is not so handsome as Wickham; or, rather, he has not Wickham's countenance, for his features are perfectly good. But how came you to tell me that …

Member Avatar for sadhawan
0
150
Member Avatar for sadhawan

Hi Guys, I want to store the values of regex.match in an array but i am getting error. my code is as follows [code] string[] subj = null; for (int f = 1; f <= dir.Length; f++) { Match o = Regex.Match(txt1, "section_title='(?<TITLE>.*)'"); subj[f] = o.Groups[1].Value; } } } [/code] …

Member Avatar for kvprajapati
0
673
Member Avatar for sadhawan

Hi Guys, can anyone help me to write a regex function for the following string .So my string is contents=false book_title='The Old Man and His Sons' sections=[ 'The Old Man and His Sons' ] now i want to extract just The Old Man and His Sons so far my code …

Member Avatar for Radical Edward
0
110
Member Avatar for sadhawan

Hi Guys , i have files which are of different sizes.How can i insert a text file which has more than 4000 characters in database .My table field is of type nvarchar so i cannot have more than 4000 characters ,is there a way around?

Member Avatar for sadhawan
0
122
Member Avatar for sadhawan

Hi guys, i have about 500 folder and each folder has 2 text files.I need to insert all those files in database.Right now my program has to read each and every folder, is there any other alternative to this. Thanks

Member Avatar for sadhawan
0
90
Member Avatar for addie20

how I am new to c# and I have a question I have to create a form, it is of 2 pages so I created 2 different forms, now based on the database table, I have to fill few textboxes in form2 in order to overcome the exception of crashing …

Member Avatar for sadhawan
0
190
Member Avatar for sadhawan

Hi Guys, i have a javascript file as follows [code] section_title='Part The First.' prev=null section_txt='<P class=&quot;Sx0x2&quot;>\nIt is an ancient Mariner,<br> And he stoppeth one of three.<br> &quot;By thy long grey beard and glittering eye,<br> Now wherefore stopp'st thou me?<br></p>\n<P class=&quot;Sx0x0&quot;><br></p>\n<P class=&quot;Sx0x0&quot;>&quot;The Bridegroom's doors are opened wide,<br> And I am next …

0
47