Your linq-entity Coadings are correct. The Field "Name" is Varchar.So,
item21 came first.
User Profile
Collapse
Profile Sidebar
Collapse
Sivaranjani
Last Activity: Jan 23 '12, 06:02 AM
Joined: Dec 12 '11
Location: Chennai
-
U want to retrieve data using date only ya? Please ask Clearly.Leave a comment:
-
I am ran in Your code. I am not getting the error.Please Check, you put extra ')' closing parenthese in your Coading.Leave a comment:
-
Hi,
See the Below codes, it may help for you.
.aspx Part
<asp:TemplateCo lumn HeaderText="Ima ge">
<ItemTemplate >
<asp:Image
Width="150" Height="125"
ImageUrl='<%# FormatURL(DataB inder.Eval(Cont ainer.DataItem, "ImageID")) %>'
Runat=server />
</ItemTemplate>...Leave a comment:
-
Hi,try this
Check the Below keys are Present in your registry. If not present add it. This should resolve this issue.
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild]
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \3.5] “DefaultToolsVe rsion”=”2.0″
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \ToolsVersions]
[HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\MSBuild \ToolsVersions\ 2.0] “MSBuildToolsPa th”=”C:\\WINDOW S\\Microsoft.NE T\\Framework\\v 2.0.50727\\”...Leave a comment:
-
I Give Example for that,I think it's help you
Code:<html> <head> <style type="text/css"> body { background:url(../images/header1.jpg) no-repeat;} </style> <script> var currentBackground = 0; var backgrounds = []; backgrounds[0] = 'http://elegantthemes.com/preview/InStyle/wp-content/uploads/2008/11/s-1.jpg'; backgrounds[1] = 'http://elegantthemes.com/preview/InStyle/wp-content/uploads/2008/11/s-5.jpg';
Leave a comment:
-
Javascript is a client Side Script but Jsp is a Server Side Script.
So You will have to use Ajax.Leave a comment:
-
-
Use Unique key for the Name
create table sample1 (column1 bigint primary key,column2 varchar(100) unique)Leave a comment:
-
Mention the IP or computername of the Server in Application's Webconfig file.
For Example ,you are using the Server 127.0.0.1 (Server IP).
In WebConfig File mention the Ip as DataSource while adding ConnectionStrin g.
Code:<connectionStrings> <add name="ConnectionString" connectionString="Data Source=127.0.0.1;Initial Catalog=databasename;Persist Security Info=True;User ID=sa;Password=admin@password123"
Last edited by Frinavale; Jan 3 '12, 08:15 PM. Reason: Added code tags and set IP address of the database source to 127.0.0.1 so to make sure that any actual database IP address is not provided online.Leave a comment:
-
Check your insert Query inside the Sp.
create procedure add_txgrp
@tax_id as int,
@tax_nm as varchar(50)
as
insert into Add_Tax_Group(t ax_id,tax_nm) values(@tax_id, @tax_nm)Leave a comment:
-
Are u post the Userid from application1 to application2 via Url?Leave a comment:
-
Give the default value For Textbox using Value Attribute in input control.
<input id="id" type="text" value="please enter your name" onclick="Change ()" />
Call the Javascript Function When You Click on the Textbox.
<script type="text/javascript" language="javas cript">
function Change() {
document.getEle mentById("id"). value...Leave a comment:
-
Vertical Scrollbars
How to add vertical Scrollbars to both sides of a Table in html? -
Sivaranjani replied to Specified argument was out of the range of valid values.Parameter name: valuein .NETI think you cannot passed the Parameter Value Correctly.
Pass the Values that must be in the database table
_sqlcom=new SqlCommand("Del ete from Student where RegNo='id'")
In above 'id' is the Identity or PrimaryKey Column.
The value of 'id' must be in the Student Table.Leave a comment:
-
Multiselect DropDown
i have three Multiselect dropdowns.i want to Reload the Dropdowns After the Ajax call without affecting the Selected Values.Is this possible?
No activity results to display
Show More
Leave a comment: