- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
23 Posted Topics
Re: 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. | |
Re: I started programming when i was 13 guess what is the programming language.. it is BASIC - yes the old basic. | |
Re: 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 | |
Re: 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. | |
Re: psd file cannot be displayed by browser. user jpg, gif, or png | |
Re: 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] | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: can you post your html as well | |
Re: in your CSS file check for [code=css]ol, ul { list-style: none; }[/code] remove it | |
Re: You can use Eval or Bind display data in the text field. You should past your code so we can help | |
Re: Ya update panel is a headache. google lazy loading of update panel you may find something intresting | |
Re: 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 | |
Re: 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 | |
Re: 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" … | |
Re: Hi, your code is good and it works for me. Nothing wrong in it. | |
Re: You can use a jquery lightbox on the image in the gridview | |
Re: you can use YET ANOTHER FORUM it is open forum | |
Re: [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 … | |
Re: you need to post your code, so we can help precisely | |
Re: 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. | |
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? |
The End.