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

18 Posted Topics

Member Avatar for Indianblues

i assume you are loading your combobox w/ data from a db, using ado.net. if so, then the way I would do this within your button click event... 1) query your db for a dataset that only contains the info you want to display in your cbox (ie one column). …

Member Avatar for Shubhamrs8055
0
2K
Member Avatar for thacravedawg

Alright, so I have a datagridview that I'm populating with a datatable, and I have added a button column. Now I am trying to use this button's click event to open a new child form. I can't for the life of me figure out what I've done wrong. When I …

Member Avatar for phadalemadhuri
0
327
Member Avatar for thacravedawg

Okay so I'm building a site with a bit of an unusual and complex layout. It has a static header div of a fixed height. A body div of a variable height that must be positioned absolutely for overlapping. And I need there to be a footer directly below the …

Member Avatar for thacravedawg
0
106
Member Avatar for thacravedawg

Ok so I have a web app that needs to a large file (up to 100mb) and then do some server side conversions. I have built a model that works locally, but now that I'm trying it on my vps its taking an insanely large amount of time and not …

Member Avatar for kvprajapati
0
119
Member Avatar for thacravedawg

I am currently developing a site that converts videos to a streaming format and plays these streaming videos. I am using ffmpeg as my conversion engine, and am encountering a couple issues. 1) I dont seem to be able to make the videos convert to .flv files. I have tried …

Member Avatar for thacravedawg
0
240
Member Avatar for thacravedawg

I have a multiline textbox on my form. It is filled on load with content from a database. The user then manipulates this data, and it needs to be updated on the database. I have everything working except for getting the changed value of the textbox. In the on_click event …

Member Avatar for thewebhostingdi
0
212
Member Avatar for thacravedawg

Okay so I have a multiline textbox that accepts user input and stores it in a database. I then have another form that queries for this field and displays it. Everything is working fine, except for the fact that it won't recognize new lines when the user presses enter. I …

Member Avatar for serkan sendur
0
150
Member Avatar for thacravedawg

I have a drop down list on my my aspx page. This box is populated from my sqlserver db. I want to allow people to search based on the value they select from the drop down list. The problem I am encountering is that it always returns the value of …

Member Avatar for kvprajapati
0
111
Member Avatar for vizy

I think there is an easier way, but I cant figure it out right now. This could help you accomplish your goal. [url]http://www.codeproject.com/KB/cs/coreweb01.aspx[/url]

Member Avatar for JerryShaw
0
718
Member Avatar for thacravedawg

I have an application I'm building that requires the use of array.binarysearch() to find strings from a combobox in an array and return the index value of the selection. Ie. the user selects a name from the combobox. I now need to use the name they chose and search an …

Member Avatar for thacravedawg
0
162
Member Avatar for thacravedawg

I have an application that accepts around 20 fields of data (string/int) from the user. Then allows the user to edit a dataset in a datagrid, and sort this dataset to display the updated dataset. I now need to take the fields of user input (textboxes) and the applicable dataset …

Member Avatar for ddanbe
0
143
Member Avatar for thacravedawg

I am trying to make an application that sorts a database with user input and returns a form. This form then accepts some user input, and then needs to be sorted in another event. I am using ado.net, and am attempting to complete this task by cloning a dataset and …

Member Avatar for thacravedawg
0
140
Member Avatar for thacravedawg

I currently have a pretty basic data application that I intend on adding a good deal of functionality. The application is a windows form app using a an access database connected through the oledb method. Everything works fine, until the iterations are extended to very large numbers. For example, it …

Member Avatar for thacravedawg
0
185
Member Avatar for veledrom

i would suggest using some css to control all of those properties, it will make your life so much easier. your problem is caused by the cumulative width of your divs being too wide for your screen size. one solution would be to give your center div a max-width to …

Member Avatar for manishbhatt
0
138
Member Avatar for thacravedawg

I have a small app im working on that allows users to input data into an access database. This data represents incoming and outgoing items. Currently, the user can input all incoming and outgoing transactions, but I haven't been able to set them up to cancel each other. What I …

Member Avatar for thacravedawg
0
109
Member Avatar for thacravedawg

I am trying to write a loop that will use the add.row function to add a number of rows that will be decided by user input. The button action submits info to a couple other tables also, and that function is working properly. This code will execute, but instead of …

Member Avatar for nelis
0
96
Member Avatar for thacravedawg

I am new to c# and would like if I could get some assistance in the design of an application. My experience in c# is limited to the month I've completed so far of a course at school. I have also spent a decent amount of my time reading internet …

Member Avatar for JerryShaw
0
121
Member Avatar for wwwmadeasy

if you really want to re-create an effect someone else created, the best way is to see exactly how they did it. if you want to create the same effect check their style sheet, it is locate here: [url]http://www.thepolicyshop.co.uk/styles/base.css?ver=0.1[/url] if you are trying to create the rounded boxes focus on …

Member Avatar for wwwmadeasy
0
143

The End.