Click here to Skip to main content
15,901,284 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: best way of showing single record Pin
ZurdoDev16-Mar-12 8:20
professionalZurdoDev16-Mar-12 8:20 
GeneralRe: best way of showing single record Pin
Hanzaplast16-Mar-12 22:42
Hanzaplast16-Mar-12 22:42 
GeneralRe: best way of showing single record Pin
ZurdoDev19-Mar-12 1:56
professionalZurdoDev19-Mar-12 1:56 
QuestionA problem with creating an <code>AutoCompleteExtender</code> Pin
Ali Al Omairi(Abu AlHassan)12-Mar-12 1:29
professionalAli Al Omairi(Abu AlHassan)12-Mar-12 1:29 
QuestionOnline chat/Customer service Pin
mrkeivan12-Mar-12 1:08
mrkeivan12-Mar-12 1:08 
QuestionCreating a Wizard and managing the data across the different screens Pin
AB777112-Mar-12 0:42
AB777112-Mar-12 0:42 
AnswerRe: Creating a Wizard and managing the data across the different screens Pin
Joshua Omundson12-Mar-12 7:19
Joshua Omundson12-Mar-12 7:19 
QuestionJQuery Custom Control Pin
Jaison Peter11-Mar-12 23:18
Jaison Peter11-Mar-12 23:18 
I am trying to call a calender popup using custom controls which is not working

What i did

I download calender plugin shown below and run in my webpage - worked
(http://jqueryui.com/demos/datepicker/#icon-trigger)
I replaced the calendar JS and CSS files to dll - NOT WORKED
I added a Sample js and css file in the DLL and called that js and css - WORKED

Why the calender JS and css not worked?

Trials that i did
-----------------------
Changed the property to Embedded resource
Removed the DOTS from the Jquery JS files


This is the way i am calling the css:


C#
string cssDatePickerURL = Page.ClientScript.GetWebResourceUrl(typeof(WebDate), "Infotech3i.TSG.WebControls.WebDate.jquery.ui.datepicker.css");
 HtmlLink cssDatePicker = new HtmlLink();
cssDatePicker.Href = cssDatePickerURL;
 cssDatePicker.Attributes.Add("rel", "stylesheet");
 this.Page.Header.Controls.Add(cssDatePicker);



This is the way i am calling the JS:

cs.RegisterClientScriptResource(typeof(WebDate), "Infotech3i.TSG.WebControls.WebDate.jquery-1.7.1.min.js");
            cs.RegisterClientScriptResource(typeof(WebDate), "Infotech3i.TSG.WebControls.WebDate.jquery.ui.core.js");
            cs.RegisterClientScriptResource(typeof(WebDate), "Infotech3i.TSG.WebControls.WebDate.jquery.ui.datepicker.js");

AnswerRe: JQuery Custom Control Pin
Jaison Peter12-Mar-12 20:57
Jaison Peter12-Mar-12 20:57 
Questionplease help me in gridview Pin
nada4yemen10-Mar-12 22:40
nada4yemen10-Mar-12 22:40 
AnswerRe: please help me in gridview Pin
MaulikDusara11-Mar-12 17:54
MaulikDusara11-Mar-12 17:54 
AnswerRe: please help me in gridview Pin
Prasad_Kulkarni13-Mar-12 1:32
Prasad_Kulkarni13-Mar-12 1:32 
SuggestionHow to retrieve data from .txt file to sql server Pin
sravan11079-Mar-12 4:44
sravan11079-Mar-12 4:44 
GeneralRe: How to retrieve data from .txt file to sql server Pin
Blue_Boy9-Mar-12 4:50
Blue_Boy9-Mar-12 4:50 
GeneralRe: How to retrieve data from .txt file to sql server Pin
MaulikDusara11-Mar-12 17:59
MaulikDusara11-Mar-12 17:59 
GeneralRe: How to retrieve data from .txt file to sql server Pin
V.15-Mar-12 23:26
professionalV.15-Mar-12 23:26 
Questionhow to use Group by in RDLC Reporting( Group by Date) Pin
zainknoman9-Mar-12 1:06
zainknoman9-Mar-12 1:06 
AnswerRe: how to use Group by in RDLC Reporting( Group by Date) Pin
Blue_Boy9-Mar-12 4:38
Blue_Boy9-Mar-12 4:38 
QuestionCSS through Code behind Pin
Jaison Peter8-Mar-12 22:57
Jaison Peter8-Mar-12 22:57 
AnswerRe: CSS through Code behind Pin
Jaison Peter9-Mar-12 0:10
Jaison Peter9-Mar-12 0:10 
QuestionReportViewer shows blank on one computer, exporting works OK Pin
Luis Alonso Ramos8-Mar-12 6:06
Luis Alonso Ramos8-Mar-12 6:06 
QuestionValue not toggle in JavaScript alert box Pin
Jaison Peter7-Mar-12 23:50
Jaison Peter7-Mar-12 23:50 
AnswerRe: Value not toggle in JavaScript alert box Pin
Shameel8-Mar-12 1:16
professionalShameel8-Mar-12 1:16 
GeneralRe: Value not toggle in JavaScript alert box Pin
Jaison Peter8-Mar-12 18:41
Jaison Peter8-Mar-12 18:41 
AnswerRe: Value not toggle in JavaScript alert box Pin
Lakxman16-Mar-12 2:18
Lakxman16-Mar-12 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.