|
I don't know what the problem is. Are you trying to put a certificate on a subdomain?
Email thewate.com and see what it means. They are rejecting your request because they say you are trying to use it on an intranet.
Does your web hosting provider offer to set up a certificate on your domain?
You will need to have the certificate set up before you can use secure pages (https).
|
|
|
|
|
Hello Friends
I made a widget .. (ascx) control for my client
Now he wants to distribute that widget
I would like to know how to call that widget in different pages
( i do not want to give code )
It may sound a silly question but please do reply
One more question is How to make the widget drag and drop
I got code from www.dropthings.com but would like to know if any shortcuts are there to accomplish the task
( drag and drop is possible with the Drag extender provided by ajax control toolkit but .. dragging in different containers .. like igoogle or dropthings)
Thanks and Regards
sindhu tiwari
If You win You need not Explain............
But If You Loose You Should not be there to Explain......
|
|
|
|
|
Convert the user control into a custom control and distribute a dll.
|
|
|
|
|
|
Please Clear Your Question
If You win You need not Explain............
But If You Loose You Should not be there to Explain......
|
|
|
|
|
i clear my question.
I will do my best?
|
|
|
|
|
|
ya that of my problem solve so i clear my question. so its created as joke sorry if anybody is disturbed.
thanks for reply.
I will do my best?
|
|
|
|
|
I have a DataGrid with multiple columsn but with one row i want to show the data in Vertical not horizontaly(the default way of showing datagrid)?
anyone have idea how to do this?
Thanks
The Developer - CEH
|
|
|
|
|
Use DataList or Repeater
Anand Desai
Developer
Atharva Infotech
|
|
|
|
|
can you tell me how to do that please.
The Developer - CEH
|
|
|
|
|
how can i add rows dynamically to the datalist?
The Developer - CEH
|
|
|
|
|
Using the searchwords "Vertical" and "Datagrid" in both google and cp gives you this[^] on second and third place.
|
|
|
|
|
Hi,
I have a requirement to convert a PPT to PDF file. I have downloaded PDFunny and installed. But i don't know how to use it. I followed the instructions which goes like this.
1. Open the PPT
2. Select Printer
3. User is prompted to provide the file name
4. The PDF file is generated.
I could generate the PDF file but when i try to open that file,
it throws an error that the file may be corrupt.
I tried with number of PPT files but in vain.
Someone can help me on this?
Krishna
|
|
|
|
|
Have you considered asking people who actually use this library ?
Christian Graus
No longer a Microsoft MVP, but still happy to answer your questions.
|
|
|
|
|
Hi...
I am making website in c#.net. I want to show video in my website. I tried the following for dat.
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/8K_NQe57C-k" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/8K_NQe57C-k" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350"/></object>
this shows the video correctly. But i want its values to come dynamically everytime from database. how to do this. Is der ne other way to achieve this.
|
|
|
|
|
In your code i think "8K_NQe57C-k" is video name
For Daynamicaly take a one string variable like (strMediaFile) in witch your video is dynamically assign
And at the design side in object use like this
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/<%=strMediaFile%>" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/<%=strMediaFile%>" type="application/x-shockwave-flash" />
wmode="transparent" width="425" height="350"/>
|
|
|
|
|
Hi
create one div tag like
in c# file generate the string for that control like
string FileName= "8K_NQe57C-k";
string strVideo="<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/" +="" filename="" +""="" />
<param name="wmode" value="transparent" />
<embed src="http://www.youtube.com/v/" />
+ FileName +
"type='application/x-shockwave-flash'
wmode='transparent' width='425' height='350'/>
"
divContent.innerHTML = strVideo
R.Palanivel 10:01 4 Jan '06
|
|
|
|
|
Hi,I have developed a mouse hover menu using javascript and css.But when ever I use CrystalReportViewer in my page,the menu goes behind the toolbar of crystalreportViewer.Anybody has the solution to this problem?thanx
ARINDAM
|
|
|
|
|
I may be wrong
USE Z-INDEX property
If You win You need not Explain............
But If You Loose You Should not be there to Explain......
|
|
|
|
|
|
I don't know if this is the right place to post this question.
I just want to know about calling asp like:
<img src="file.asp?id=3" />
I just can't find answer to my question on what are the script inside the file.asp .
Is there anyone who knows solution to my problem?
Please help, your help is highly appreciated.
|
|
|
|
|
Hi tag is for display images only. if you want to redirect page when click that image button then you follow this code
this code should help you more.
R.Palanivel 10:01 4 Jan '06
|
|
|
|
|
Hi,
I appreciate your help, but I think I have to make my question more specific.
Having this code:
<img src="file.asp?id=3" /> could also display images. Let's say that file.asp will select the image from the database with id=3 then after the selection query it will return the image path or anything the same.
But, still I don't know the scripts inside file.asp .
|
|
|
|
|
HI
Do one thing . Create one function in the asp page
]]>
...
...
...
you can write this function in the same page or ".inc" file
This should help you.
R.Palanivel 10:01 4 Jan '06
|
|
|
|