|
|
Can anybody tell me some site that should be converted in asp.net like some shopping site etc.
I want to make shopping site in asp.net.
Can anybody suggest me about this.
Kartik Rathi
|
|
|
|
|
Hey please name your subject with Suitable topic.
For more details about the Shopping cart Petshoppee[^] download this project and it will clearly give the explanation about all your needs.
Regards,
Satips.
|
|
|
|
|
Hello,
How can I show picture on crystal reports? Picture insert in table.
Thank you
|
|
|
|
|
|
hi...
i have a problem in datagrid.... as follows
table1
slno monthlypremium amount recovery type
2090 239908 0 abc
2 0 87534 23434 sfsdfsd
3 0 343 3434 fsdfsd
now the problem is when i diplay in datagrid it displays as follows...
but what i need is in monthlypremium the rows having 0 should have the value of recovery..
please help its very urgent 
|
|
|
|
|
Hi
i didnt get ur question...
could u plz make ur question clear
wat do u mean of "value of recovery" ?
bye
naresh.s.s
|
|
|
|
|
value of recovery is nothing but the amount .... in table
|
|
|
|
|
|
once u verify the bounded colums Data Field, i think u could have interchanged the Data Field text...
Pradeep Reddy
|
|
|
|
|
Hi , I am trying to configure my SSL connection bazed on
this link [^]
but when I browse my page I only get message "Page can not be displayed".
can anyone tell me how can I configure SSL connection on IIS to be able browsing website sucessfully.
Regards.
I Love SQL
|
|
|
|
|
Hi Friends,
What are the different ways to play any video file (.wmv, .mpg , .dat etc) using asp.net?
Pointers please...
Reg,
Prema
|
|
|
|
|
|
Hi sylvester,
Thank you for reply,
But do you think, this solution would help on a web page?
Reg,
Prema
|
|
|
|
|
Yes. Why dont you try from this basic concept?
Regards,
Sylvester G
sylvester_g_m@yahoo.com
|
|
|
|
|
|
I have a registration form with a captach image.
Below the picture, I have included a javascript link to reload the page if the image is not clear. Nonetheless, when clicking on reload, all datas filled in the forms are lost.
What should I do to reload the page (and reload a new captcha picture) without loosing data in the forms?
I know it can't be done in javascript because it is a client-side script (and the captcha is a server-side script) but I though it could be possible to store data in javascript when the user click reload().
regards
saravanan
|
|
|
|
|
hi sarvanan
u can use the postback property...
like this
if not ispostback
displing ur data...
endif
happy programming
|
|
|
|
|
hi
it is not working
regards
saravanan
|
|
|
|
|
Hi
I have a problem in getting the value of selected date from a calendar.
My logic is something like this.....
I have a TextBox and a Button in the page.
When the Button is clicked a calendar object is created and calender is displayed on the page.
After that when I select a date from the Calendar it should display on the TextBox.
I am successful in getting the Calendar on the page but I am unable to get the SelectedDate on the TextBox.
Help me out.....
Thank u
Chandu
|
|
|
|
|
protected void Calendar1_SelectionChanged(object sender, EventArgs e)
{
TextBox1.Text = Calendar1.SelectedDate.ToString();
}
Regards,
Sylvester G
sylvester_g_m@yahoo.com
|
|
|
|
|
Thank u.
But I created Calendar1 on Button_Click event.
I wrote something like this.....
protected void Button_Click(object sender, EventArgs e)
{
Calendar calendar1 = new Calendar();
form1.Controls.Add(calender1);
}
In this their is no protected void Calendar1_SelectionChanged(object sender, EventArgs e) event.
What I have to dooooo.....
Thank u
Chandu
|
|
|
|
|
your approach is wrong.
Place the calendar control in design time
In page load just set the visible property as false -(ie hiding the calender)
when you click on button just change the visible property as true.
then my old code will work
Try it out
Regards,
Sylvester G
sylvester_g_m@yahoo.com
|
|
|
|
|
What is required to host asp.net pages that makes use of AJAX controls
t.aransiola
|
|
|
|
|
if it ASP.net 2.0 you need the dlls and the config setting in web.config file
Regards,
Sylvester G
sylvester_g_m@yahoo.com
|
|
|
|