Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~10.3K People Reached
Favorite Tags
Member Avatar for shers

Hi, I'm working in VB.Net. I have a textbox in which the user enters a number of strings seperated by comma. I store this value in a string array like this [CODE] Dim Src() As String Src = txtVals.Text.Split(",".ToCharArray)[/CODE] I want to search a dynamic string in this array. How …

Member Avatar for markwelbar
0
1K
Member Avatar for shers

Hi, I've created a registration form within a table. The image is attached. ![Capture14](/attachments/large/0/Capture14.JPG "Capture14") The Batch section is not aligned to the left of the table column becuase of it's format. When I changed the Address text box to Multiline, that too has moved to the right. The Css …

Member Avatar for riteshbest
0
176
Member Avatar for shers

I'm creating a WebSite in VWD 2010 Express. The Login page I created turns out to show the Email and Password that I once entered as part of testing to stay in the textbox. How do I delete it? Thanks

Member Avatar for jackandrew123
0
80
Member Avatar for shers

Hi, I'm a newbie in web development. I'm almost half way through creating a web site. I'd wish to send this website to the client for viewing and testing. I have a database also attached with this web site. How do I send it? Please help. Thanks

Member Avatar for shers
0
79
Member Avatar for shers

Hi, I'm working with Visual Web Developer Express 2010. I have a registration form that looks as in the attached file. I'd like to get some suggessions on the design of the form as it doens't look professional. The 'Batch' section has to be improved. Please advice. Thanks

Member Avatar for shers
0
68
Member Avatar for shers

Hi, I'm quite new to Web Development. I'm creating a web site and it has a Registration Page where I managed to create the form. But when the user clicks on the 'CreateUser' button, how do I display a message on the form to show that the User is created. …

Member Avatar for androtheos
0
665
Member Avatar for vijaybrar

hi There please help me in these program because the character only moves 1 time but it must be like this input: abcd output: dabc then when i click forward again output cdab output: bcda output: abcd like this and also it must be in backward to when i click …

Member Avatar for Reverend Jim
0
150
Member Avatar for shers

Hi, I have a combo box and a property grid in a form. The combo box contains 2 items. If one item is selected, two properties are listed in the property grid. These properties should have a dropdown that contains a list of items. I have two string arrays that …

Member Avatar for kingsonprisonic
0
85
Member Avatar for shers

Hi, I'm working on a propertygrid that has two items. The value of these items has to be taken from a database table. The table contains two columns, but I only want one column data to be displayed in the propertygrid. When the user selects one value from the drop …

Member Avatar for shers
0
226
Member Avatar for shers

Hi, I have a User Control that contains a Button. This button works for the first click. But the Click Event is not fired in the second click. Please help. Here's my code: [CODE] Public Sub New() MyBase.New() ' This call is required by the Windows Form Designer. InitializeComponent() ' …

Member Avatar for GeekByChoiCe
0
173
Member Avatar for shers

Hi, I'm working on a C# Windows Application which has a Web Service. I'd like to know how to communicate with the Web Service using XML. To be precise, I have a data set that has to go to the Database via Web Service. So I'd want to send this …

Member Avatar for thines01
0
134
Member Avatar for shers

Hi, I have a datarow retrieved from a datatable. I have a value that exists in some column in the datarow. I want to find which column this value is in. How can I achieve this please? Thanks

Member Avatar for BitBlt
0
64
Member Avatar for shers

Hi, I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query? Thanks

Member Avatar for shers
0
67
Member Avatar for shers

Hi, I have a function that returns all the database tables with the data items in it. Is it possible to search for a value in all tables and return the table name and the datarow that contains the value? Thanks

Member Avatar for thines01
0
42
Member Avatar for shers

I drew an image in a picturebox with the image height as picturebox height and image width as picturebox width. The image is placed somewhere on the center of the picturebox. My intention is to scale the image to fit to the picturebox. How do I do this please? Thanks

Member Avatar for shers
0
99
Member Avatar for shers

Hi, I have a collection of (String, Integer). I have taken it into a String() Array and then added to a List(Of String()). I then need to find the duplicates in this list and if found, then add up the corresponding integers. How do I do this? Am I using …

Member Avatar for Reverend Jim
0
85
Member Avatar for shers
Member Avatar for shers
0
57
Member Avatar for shers

Hi, I have done some code to write to Excel from a String Array of 3 items. These 3 items are written to columns 1, 2, 17 or 3, 4, 17, depending on the value of the 3rd item in the array. For certain Excel files, this is taking too …

Member Avatar for ShahanDev
0
136
Member Avatar for shers

Hi, I have a string like "a_b_c_d". How do I get only c out of this string? Thanks

Member Avatar for shers
0
62
Member Avatar for shers

Hi, I have a file from the client which is a text file. I have to decode the file to a graphical representation. Is there any way I can do it? Thanks

Member Avatar for debasisdas
0
86
Member Avatar for shers

Hi, I have an IEnumerable as a result of LINQ, which contains Value and Count. After I get the result, I want to do a string manipulation on the Value and make the corresponding Count to half. Is that possible with LINQ? Thanks

Member Avatar for Unhnd_Exception
-1
178
Member Avatar for shers

Hi, How do I run a form that has a progress bar on a separate thread from another form? Thanks

Member Avatar for kvprajapati
0
314
Member Avatar for shers

HI, I created an rtf file containing images in C# using rtf tags. But when I convert the file to pdf, the image is shrinked. What could be the reason? Thanks

Member Avatar for Momerath
0
67
Member Avatar for shers

Hi, Is there any way I can add a footer to rtf with name, page no. and date using c# and word tags? Thanks

Member Avatar for kvprajapati
0
80
Member Avatar for shers

Hi, Is there any way I can select multiple items in a listview programatically in WPF?

Member Avatar for kvprajapati
0
62
Member Avatar for shers

Hi, I am coding for a WPF application that has a ListView. I want to add values of one column of selected items in the listview to a string array. Is this possible? Thanks

Member Avatar for kvprajapati
0
46
Member Avatar for shers

Hi, How do I add a subitem to a listview in WPF? I'm coding in VB and I do not see any subitem in it. Thanks

Member Avatar for kvprajapati
0
107
Member Avatar for shers

Hi, How do I stop a storyboard which is created in blend and programatically running from VB? Thanks

0
49
Member Avatar for shers

Hi, I have almost finished working on a small application using VB.NET 2008 Express Edition as front end and SQL Server Express as back end. Now my next step is to generate reports for the application. Is there ANY way I could create reports in VB.NET Express Edition? Please help. …

0
58
Member Avatar for shers

Hi, How do I grant update permission to a user to one column of one table? When he updates the table, the error is 'The UPDATE permission was denied on the object.' Please help. Thanks

Member Avatar for dataobjx
0
61