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
~5K People Reached
Member Avatar for zambetta

hi im new to c# and am looking for a way to radomly shuffle an array and split it into 2 groups. i cant find a way to do this so far :( any steps in the right direction would be gratefully recieved many thanks z

Member Avatar for adajames
0
1K
Member Avatar for RekaRajagopal

hi i am using visual studio 2008. and sql server 2005. now my doubt is how to connect the mdf in asp.net application with C#.??? am using design in web form in asp.net applicaton with C# can any body ask ??/ how to connect the database and how to connect …

Member Avatar for BMXDad
0
966
Member Avatar for Kitten84

I have this webpage with many ads. Currently I have them appearing in a random order without repeating each time the page is refreshed. The code for that is here.. [code] <div id="ads"> <script type="text/javascript"> var i, images = []; // insert ads here images.push("<img src='Images/xxxxx.jpg' alt='' />"); images.push("<img src='Images/xxxxx.jpg' …

Member Avatar for Kitten84
0
162
Member Avatar for Kitten84

I have a 3 column css layout which I got from [url]http://matthewjamestaylor.com/blog/perfect-3-column.htm[/url] As is, everything works fine, but I'm trying to make the side columns thinner and the middle column wider. I'm just having a hard time adjusting the layout to meet my needs. Wondering if someone can help me …

0
100
Member Avatar for Kitten84

I have a web page that contains a bunch of advertisements. What I need to do it randomly shuffle these images each time the page is refreshed. I cannot have any repeating ads. Here is the code I have now.... it repeats images. [code] <html> <head> <script type="text/javascript"> function random() …

Member Avatar for Kitten84
0
2K
Member Avatar for Kitten84

When I view my webpage In Firefox if looks great but in Internet Explorer some images look a little blurry. If I zoom out to 90% it looks ok. My question is: Is there some JavaScript code that sets the user's browser to zoom at 90% if using internet explorer? …

Member Avatar for wrivera
0
70
Member Avatar for Kitten84

I have a website made in asp.net and I'm attaching a blog from blogengine.net. I already have a domain name and I'm looking for a host which has email and "pointing". I have never bought a hosting plan before and I was wondering if you guys had any tips on …

0
69
Member Avatar for Kitten84

I'm still new at this.. but I'm trying to create a blog on my website and I'm using blogengine.net. Everything works fine on my local machine but when I upload it to my website I get this error: Configuration Error Description: An error occurred during the processing of a configuration …

Member Avatar for apegram
0
148
Member Avatar for Kitten84

I have this website with a login and a password recovery link. When I click the "forgot my password" link it takes me to a page which asks for username and security question answer. When I fill it out and hit submit. I am taken to a page that tells …

Member Avatar for Kitten84
0
235
Member Avatar for nickEncarnacion

The scenario is: i have a textbox, a button and a grid view that make up a simple webpage where you can search and edit/delete an entry. the grid view's datasource ID is set to NONE. And this is the code for populating the grid view that is found in …

Member Avatar for padtes
0
223