Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
80% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
0 Endorsements
Ranked #914
~11.7K People Reached
Favorite Tags
Member Avatar for imonbayazid

I want to translate a string using Google Translator with HtmlAgilityPack; . I want to use HTML Agility Pack to parse HTML documents. I tried this: using HtmlAgilityPack; ............. var webGet = new HtmlWeb(); var document = webGet.Load( "http://translate.google.com/#en/bn/this%20is%20my%20string"); var node = document.DocumentNode.SelectNodes( "//span[@class='short_text' and @id='result_box']"); if (node != null) …

Member Avatar for IdanS
0
311
Member Avatar for TheDocterd

Hi All I am looking for a way to pass certain columns from a datagridview to a previous form. The columns i want passed is clientname, contactdetails, email, cellphonenumber, telephonenumber and faxnumber. How it works is as follow: In my form I have some read-only textboxes. Above them I have …

Member Avatar for d00garuz
0
271
Member Avatar for jineesh

Hi, Please help, I have a problem while loading and retrieving an image from database. I have loaded an image in the database as of type Image. I have retrieved the data from database and passed to stream. How can I load this to a picture box or to a …

Member Avatar for Momerath
0
594
Member Avatar for Mr.BunyRabit

I have no idea why i get bombarded with Inferior Small irritating bugs.... uh... Please help this poor, Form struggling guy. To simplify, i have 2 forms. FormA and FormB. At startup, FormA is displayed now i would like to go to FormB. I use this and it works. [CODE] …

Member Avatar for IdanS
0
96
Member Avatar for meensatwork

Hello, I have created a C++ dll with some functions and structures.I need to access the structure in my C# program. When i searched the net, i found that there is no way to include header files in c#. What is the alternate way to use the structure definitions in …

Member Avatar for IdanS
0
102
Member Avatar for vigneshkbv

in my masked text box, the mask property is setting like aa aa aa aa.my issue is, the mouse cursor is not setting the initial character automatically,when i click the mask text box..pls help me.. Thanks in advance....

Member Avatar for Mitja Bonca
0
88
Member Avatar for rakeshbpatel

Hi, How to Open PDF document in asp.net web page without asking save/open/cacel dialogue . I have tried but every time it prompts for saving/opening or cancel action. Thanks in advance. Rakesh

Member Avatar for rajeshprasath
1
1K
Member Avatar for IdanS

Hi guys, I have built xsd for my xml. Everything is working ok, but now I need to add support to the XML that a specific attribute will be unique. The attribute that I need it to be unique is the "Id" attribute of the "Test" element, you can find …

Member Avatar for IdanS
0
99
Member Avatar for mIssy_ricco

i want to store into a store procedure where a hyperlink from the gridview ir datalist can also function as a save button. the problem is that the list is from the database aswell. and there is a parameter from the table that i do not know how to pass.

Member Avatar for miracle007
0
56
Member Avatar for jineesh

Help!! I need to get the text or value displayed in datagridview columns. how can i do this? regards Jineesh

Member Avatar for mbeck99
0
85
Member Avatar for SID.SIL

Hello again friends Now I would like to know how to validate a DropDownList to know if an item was selected or not Thanks

Member Avatar for IdanS
0
59
Member Avatar for raafi007

Hey I need a regex that would allow following input matches: 0.1,1.1, 0.001, 1.4, in short number should be less than 2.00. Thanks for help.

Member Avatar for raafi007
0
58
Member Avatar for engg_mahesh_knl

hii All, I wants to Create XML File DYnamically Using ASP.Net C# which retrieves data from sql server database. Also I wants that To delete / Create Xml files on server Just By Clicking a button... Thankyou....

Member Avatar for IdanS
0
798
Member Avatar for sudharani

Hi, I want to pass cid genarated in selling.aspx to orderform.aspx . How to retrieve the query string in orderform.aspx I gave the code below in selling.aspx [code]SqlConnection con; SqlDataReader dr; con = new SqlConnection("Persist Security Info=False;Uid=sa;Password=q1w2e3/;Initial Catalog=YOGADATA;Data Source=PC-1"); con.Open(); t=0; SqlCommand com = new SqlCommand("select * from Custlogin", con); …

Member Avatar for IdanS
0
141
Member Avatar for IdanS

Hi, I have a sliderextender on my page. The problem is that it always on top of all controls. I mean I have a popupcontrol when it opens I can see the sliderextender under it. What is the problem and how I can fix it. Thank you.

0
57
Member Avatar for jbisono

Hi i have a table which i was using with a datagrid using hyperlink to maintain a simple menu to browse a internal site. but now i decided to create a horizontal menu with the Menu Component of asp.net, i know there is a different way how to do this, …

Member Avatar for serkan sendur
0
126
Member Avatar for culebrin

Hi, I have a Button inside of a GridView, inside of another GridView. The higher gv is filled with a dataset, and in the RowCreated event I fill the second gv, and finally, in the RowCreated event (handler added in the RowCreated event of the first gv) of the second …

Member Avatar for mail2saion
0
342
Member Avatar for lagspike

I'm using this code to colour individual items in a listbox, but the problem i am having is it colours all previous items with the new colour. How can i colour each induvidual item without this happening? Here is the code I'm using: (_colour is a global int) [code=c#]private void …

Member Avatar for serkan sendur
0
135
Member Avatar for yisman

Ok fellows. I've tried EVERYTHING!! System OS: Windows Vista SP2 IIS: version 7 MSSQL: 2008 express ASPX: .NET 3.5 framework my global.asax has sqlcachedependency.start and stop at application start and end i have enabled sqlnotifications on the database. The database has a table for tracking the changes and the track …

Member Avatar for yisman
0
195
Member Avatar for skullish

Hi, I created an asp.net website that wrotes information on an Access DataBase and allow users to upload pdf files. But I have a security error, telling that ASP.NET doesn't have the rights to create de file (but writing in the DB works perfectly). This is the error message : …

Member Avatar for skullish
0
206
Member Avatar for mtyb

Hello, Win App: takes a value from a textbox1 and send it throw parameter to a method in the website called WebDisplay(textbox1.text) Web App: recives the value of the parameter. so how can i do that..? thanks!

Member Avatar for Ramesh S
0
107
Member Avatar for jen140

Hello again. I have another problem =). I need to change the 1.lnk "pointing" path, i can get it with the following code : [code] string path = @"c:\1.lnk"; FileInfo fi = new FileInfo(@path); if (fi.FullName.EndsWith("lnk")) { IWshShell shell = new WshShell(); var lnk = shell.CreateShortcut(fi.FullName) as IWshShortcut; if (lnk …

Member Avatar for devnull
0
149
Member Avatar for sonia sardana

I want to read just the last record of file....I m able to read the whole file. Secondly I want to know that in VB.Net we have ubound to get the upper bound of the array..What is the equivalent in ASP.net? [code] protected void Page_Load(object sender, EventArgs e) { string …

Member Avatar for sonia sardana
0
131
Member Avatar for Darkangelchick

Hey guys Im trying to make an auction website for school using html, ASP and a database in Acess. I am trying to create buttins so my users can click on them to Bid on people. I keep coming up with different errors and when I view the source code …

Member Avatar for IdanS
0
107
Member Avatar for amadaeliseo

Pls help, Can anyone help me to implement n-way merge sort (external merge sort) algorithm in c#. Thank you.

Member Avatar for Diamonddrake
0
91
Member Avatar for serkan sendur

i was able to create a shortcut name dynamically, now i need to link it to executable of my software. to do that i need to know where the software has been installed. So the question is how to get installation folder in custom installer class? Thanks.

Member Avatar for serkan sendur
0
287
Member Avatar for sonia sardana

hey frnds, tell me one thing as in VB.Net suppose if we want to connnect to SQL,then in form coding itself.We create the database,Create table ...& insert values... WE do that cz if we run the project at Client side,even if no database is there our project automatically creates it …

Member Avatar for sknake
0
132
Member Avatar for srikanthkadem

[code] SqlCommand cmd = new SqlCommand(); cmd.Dispose(); System.GC.Collect(); cmd.CommandText = ""; cmd.Dispose(); [/code] can please explain why this code is not showing error.......

Member Avatar for IdanS
0
343
Member Avatar for ctrl-alt-del

Hi all! Since I've been having a little more time for doing some recreational stuff I decided to continue programming again. But as you might have guessed from me posting here... I've found myself a problem again. All around the internet as well as on tv you see these nifty …

Member Avatar for ddanbe
0
137
Member Avatar for dummy C#

i am newbie in C#. i would like to make a button to function as search button to search by name and search by date. When i key in data inside textbox1 for search by name ,then press search ,can get the data from database. Same case to textbox2 for …

Member Avatar for hijohncena
0
336