TimSki
Mobile Customized do support CSS.
Try this, if you are working on .NET
<script runat="server" language="c#">
public void Page_Load(Objec t sender, EventArgs e)
{
if (Request.Browse r["IsMobileDevice "] == "true" )
{
Response.Redire ct("MobileDefau lt.aspx");
}...
User Profile
Collapse
-
When you are saying mobile phones, you mean Smart Phones (iPhone, Blackberry, Symbain OS, Droid OS, and Windows OS)Leave a comment:
-
Yes...it is the property of the browser to recognize the CSS file related to the Web Page.
You need to upload the CSS file related to web page on the server. As the browser will open the webpage, it will recognize and the respective CSS will be loaded
-AnkitLeave a comment:
-
Ankit1027 started a topic How to display the values of return dataset from a method on to a aspx pagein .NETHow to display the values of return dataset from a method on to a aspx page
I want to get the contents of a store procedure in a databset and than display the contents of the dataset under in a text box under a button
I have attached the code for reference
Please refer to the attachment for more details
I appreciate any type of help
Thanks
Ankit...
No activity results to display
Show More
Leave a comment: