Thank you Frinny :)
ndhamecha
User Profile
Collapse
-
Generate Contact us page in asp.net
I want to generate "contactus.aspx " using database. I tried gridview,detail view to display all details from contact us table, but its not looks good like any other site's contact us page. What are the other options to display the contact details? -
hi
i had made one program for matrix multiplication in c++.its definitely very helpful to you.
the code is as under.i hope you will get proper understanding from this program.
...Code:#include<iostream.h> #include<conio.h> void main() { int a[10][10],b[10][10],c[10][10]={0}; int i,j,k,r1,r2,c1,c2; clrscr(); cout<<"\n Enter No Of Rows Of 1st Matrix:";Leave a comment:
-
problem in binding values with dropdownlist
i have a problem in binding values with dropdownlist.i have one dropdownlist name,dropdowndi agnosticcategor y..i have made one function bind_category() for binding the category values.The code for binding the values with dropdownlist is as under,here
...Code:private void bind_category() { string s = "Data Source=LAB1-40;Initial Catalog=MNSDaignosticCenter;Integrated Security=True"; -
-
thax alot to both of u sir..
just becoz u refused to gv me answer.so tht i can do it more accurately & confidently .&believe me.that thing is absolutely & properly running with dynamic code in my website..thanx alot.so tht i can do it myself :).&ys..sir,ext remely sorry for ma mistake
ndhamechaLeave a comment:
-
ndhamecha started a topic retrive values related to hierachy of city,country and state from dropdownlistin ASP .NETretrive values related to hierachy of city,country and state from dropdownlist
hi
would you please help me in retrieving values related to user select a country then its automatically shows the states name of that country in next dropdownlist and after that it will automatically display the city names respected to that country..
please do the needful.its really very urgent
thank u in advance..
ndhamecha -
adding data dynamically in dropdownlist?
hello frds..
pls can you give me urgent reply how to add values dynamically in dropdownlist as im new in using asp.net with c#
please ...thank u in advance. -
covert string to datetime formate
hii..
u can apply anyof the things...
//string strDate="2010-01-01";
//string strDate="10/04/2002";
string strDate="10/05";
DateTime dt = (DateTime)(Type Descriptor.GetC onverter(new DateTime(1990,5 ,6)).ConvertFro m(strDate));
Response.Write( "<hr>" + dt.DayOfWeek);
i hope.....it wll provide...Leave a comment:
-
Problem of accessing Item_Command Of Grid
Hi,
I am working on ASP.NET 2008. I am using a datagrid inside a datagrid. And i want to access the item_commnd event of a inner datagrid. I could not access it.How can i Access It.
...Code:<asp:DataGrid ID="DtDate" runat="server" AutoGenerateColumns="false" Width="100%" BorderWidth="0" BorderColor="White" PageSize="7"> <Columns>
Last edited by tlhintoq; Feb 25 '10, 01:52 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Leave a comment: