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
Ranked #4K
~2K People Reached

6 Posted Topics

Member Avatar for svgaikwad

Don't let salary decide... Whichever language you like working with more should be the deciding factor. You can always do both, but make sure you specialize in something. Don't be a jack-of-all-trades, master of none.

Member Avatar for jonlucas
0
173
Member Avatar for mrjimoy_05

The problem is that the SqlDataSource Select method will return a dataview if the DataSourceMode of the SqlDataSource is set to System.Web.UI.WebControls.SsqlDataSourceMode.DataSet. Try changing the SqlDataSourceMode to System.Web.UI.WebControls.SqlDataSourceMode.DataReader and that should fix your problem.

Member Avatar for mrjimoy_05
0
818
Member Avatar for puppyhappyluck

Not a lot of info to go on, but I did find this. Taken from: [url]http://blogs.msdn.com/b/mkpark/archive/2004/03/09/86872.aspx[/url] Message: No managed code is running..(7.1) When start ASP.NET debugging: Error while trying to run project: Unable to start debugging on the web server. There is no managed code running in the process. In …

Member Avatar for DhCoder
0
148
Member Avatar for DhCoder

Friend of mine is starting a business and was asking what most computer repair shops use as a virus remover... I've always used an assortment of programs and then usually end up having to google how to remove after I figure out which virus the pc is infected with. However, …

Member Avatar for PhilliePhan
0
305
Member Avatar for DhCoder

Here is the error message Object reference not set to an instance of an object. Line 18: FuelDSTableAdapters.FuelTableAdapter dsFuelTableAdapter = new FuelDSTableAdapters.FuelTableAdapter(); Line 19: decimal totalFuel = (decimal)dsFuelTableAdapter.TotalFuel(DateTime.Parse(TextBox2.Text), DateTime.Parse(TextBox1.Text)); Weird thing is - it works based on the dates I put into the text boxes. I think it has something …

Member Avatar for rohand
0
152
Member Avatar for Chammarox

There are quite a few ways to go about accomplishing this... First thing though, you do not want to use exceptions in that manner. Secondly, why not use the built in asp.net membership provider rather than creating one in access? If you insist though your code would be something like... …

Member Avatar for Chammarox
0
129

The End.