Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #1K
~11.0K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for christos312

Begining ASP.NET by imar spanjaars is a good book to start. There is nothing like master degree in web development. In web development arena - you have to get certifications from Microsoft like MCTS - MCTP or PHP.

Member Avatar for DaveAmour
0
810
Member Avatar for NetJunkie

I started programming when i was 13 guess what is the programming language.. it is BASIC - yes the old basic.

Member Avatar for Reverend Jim
0
966
Member Avatar for nilibht

right click on the web application project and select properties now you will see the project properties windows on the left hand side panel, select application and set the target framework. hope this helps

Member Avatar for cocoll
0
136
Member Avatar for akvilio

when i used ur code, google says, that it cannot load the results page in a frame. Even I tried to add iframe name and use form target to that name. You can directly login to google and use their readymade codes for your requirement.

Member Avatar for akvilio
0
555
Member Avatar for WolfShield
Member Avatar for rotten69
-1
176
Member Avatar for Garidius

you have to use the z-index of that vertical drop down in css add [CODE] li:hover .sub-level { background: #888; border: #fff solid; border-width: 1px; display: block; position: absolute; left: 120px; top: 5px; [COLOR="Red"]z-index:999999;[/COLOR] } [/CODE]

Member Avatar for Garidius
0
2K
Member Avatar for tqmd1

I never tried this in html, in classic asp or php, we will use a feature called SERVER SIDE INCLUDES that is creating a seperate file html or asp , name it footer.html then include this file all the pages like below [CODE] <div><!--#include file="footer.html" --> </div>[/CODE] so you have …

Member Avatar for carrieathomer
0
76
Member Avatar for davy_yg

you should not add div tag before body tag [CODE]<div id="body"> <body> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consectetur nunc quis orci feugiat a semper lectus interdum. Aliquam ipsum metus, mollis sed commodo nec, blandit nec tortor. Nulla eget massa sem. Nullam cursus libero eu massa consectetur …

Member Avatar for geneh23
0
114
Member Avatar for Vishwasdeep

if null exception error occurs, then most of the times then the previous line of code does not get a value. For a new programmer, I would say check whether you have enabled viewstate in the grid view.

Member Avatar for Vishwasdeep
0
818
Member Avatar for Birdmanskii
Member Avatar for ggeoff

in your CSS file check for [code=css]ol, ul { list-style: none; }[/code] remove it

Member Avatar for ggeoff
0
2K
Member Avatar for Rizwan khans

You can use Eval or Bind display data in the text field. You should past your code so we can help

Member Avatar for saikumars
0
113
Member Avatar for jackparsana

Ya update panel is a headache. google lazy loading of update panel you may find something intresting

Member Avatar for carrieathomer
0
440
Member Avatar for riya_developer

I assume you are using height in your DIV, don't mention height. It will automatically adjust according to the contents. But hard to suggest without seeing the css

Member Avatar for riya_developer
0
93
Member Avatar for gurupts

If you are using CSS, you need to set the width fixed or make it fluid to adjust according to the monitors. Can you paste the html and css codes so we can analyze

Member Avatar for abakinfotech
0
172
Member Avatar for f_atencia

May be including check box, induces a small margin at the top of the table. What you could do is set the height of the both table's td to a constant eg 40 px and try. So how did you get the table one after another, did u use align="left" …

Member Avatar for f_atencia
0
139
Member Avatar for chiiqui
Member Avatar for patel28rajendra
Member Avatar for agrawal.priyank
Member Avatar for Farhad.idrees

[CODE]#Top_Menu { margin-top:-160px; } #Logo { float:left; margin-top:-120px; margin-left:5px; }[/CODE] you have to remove negative margin for header and logo so use for header margin-top:10px; for logo use margin-top:20px; see the output and tweak the margin. setting -120px in the margin top will move the header and logo out of …

Member Avatar for carrieathomer
0
284
Member Avatar for Infame
Member Avatar for asif49

In very rare cases I use negative margins. My employer does not mind it. He tells as long as the output is same in all the browsers.

Member Avatar for carrieathomer
0
62
Member Avatar for carrieathomer

Hi here is the scenario. I am using Form View to insert data to the table. My table is MS sql server table of which all the columns are allow no nulls However, sometimes i need to empty values ie no value to the table column. Is it possible?

Member Avatar for carrieathomer
0
110

The End.