Click here to Skip to main content
16,018,805 members

Comments by Member 10978775 (Top 6 by date)

Member 10978775 11-Aug-15 5:55am View    
Actually i have a search like Find a doctor with speciality and location wise....
after entering specialty and locations the list of doctors are displaying in dataview .the left side of the result page remaining specializations are visible in a checkbox list for advanced search... like flipkart we can modify our search


<asp:CheckBoxList ID="chkBoxListSpeciality" runat="server" style="height:10%" OnSelectedIndexChanged="chkBoxListSpeciality_SelectedIndexChanged">
Member 10978775 15-Jul-15 5:01am View    
can u please give any example? I'm new to asp.net...
Member 10978775 15-Jul-15 3:54am View    
You can use ViewState for getting image from db
ViewState["UpdatedImageID"] = dt.Rows[0]["imgid"].ToString();
ViewState["ImageUrl"] = dt.Rows[0]["imgpath"].ToString();
Member 10978775 25-Jun-15 1:29am View    
i don't want the system date... the date which is selected by user that is stored in texbox. after selecting the date then i have button to display the available timings of doctor(doctor already inserts his working hours). so first i want to check whick date user has to book the appointment? in my database i need to check day of week first because working hours may different in a week
Member 10978775 25-Jun-15 1:21am View    
Hi,i got an err at string result..
i want the dayname in string result
then my stored procedure can accept the day and checks whether it is there r not?
can anyone help me out regarding this?