User Profile & Activity

Martin Lie Support
martin@intersoftsolutions.com
Page
of 43

Hello Maged,

The latest build version for WebGrid would be 418. However, the official build hasn't been released yet. It is scheduled to be released by today.

However, here is the link to download a nightly-build hotfix. This hotfix build has been fixed and tested on your issue.
http://www.intersoftpt.com/tdn/downloads/WebGridNET7_0_7200_418.zip

You can refer to the following link to update the hotfix manually into your project:
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Apply-ASPNET-product-hotfix-manually/

Or, you can view the tutorial video on how to use Update Manager:
http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Video/Use-Update-Manager-to-Update-Intersoft-Product/

Hope this helps.

 

 

Thank you.

Hello,

Intersoft 2009 R2 already supports .NET Framework 4.0 and you can run the control in Google Chrome.

Unfortunately, I couldn't replicate your issue on my end. I tested one of WebGrid samples to run in Google Chrome browser and it works fine.

May I know what error did you get on your screen?

Attached is the screenshot for reference.

 

Thank you.

Hello,

I have confirmed with Glenn regarding this issue. He said that this issue has been resolved in WebGrid 7 build 405. This build hotfix has been tested using IE7 browser.

I'm afraid that we no longer support IE6 browser.

Based on your previous inquiry, you were testing WebGrid with IE7 as well. Therefore, we have made an enhancement to WebGrid in order to support XHTML DocType in IE7 browser.

Hope this helps.

 

Thank you.

Posted: January 18, 2011 4:21 AM

Hello,

Unfortunately, I couldn't replicate your issue on my end.

I have attached a working simple file along with its database. The ShipperID column is set to auto increment from the database.

Hope this helps.

 

Thank you.

Posted: January 17, 2011 5:23 AM

Hello Kenny,

I have discussed with the developer team regarding your issue.

WebEssentials including WebExpander and WebAccording supports XHTML DocType.

Could you tell me what controls do you intend to use in the same page?

 

Thank you.

 

Regards,
-Martin-

Posted: January 17, 2011 5:18 AM

Hello,

Your version number is already correct, which is version 3.0.5000 since you are using ClientUI build 3.0.5000.1.

May I request to have a remote desktop connection session into your PC?

You just prepare the project and let us check the setup configuration of your runtime license.

Our local time is GMT + 7.00 and our working hour is from 8.00 - 17.00. However, we also have representative in LA, which is available during LA time zone.

Therefore, you may try to use Live Chat feature to talk to one of our technical support and request to have a remote desktop connection based on your issue. I believe our technical support will give you assistance to solve your problem.

 

Thank you.

Posted: January 17, 2011 2:06 AM

Hello,

Actually, you need to decide which part of WebInput you want to set the color.

If you want to set the textboxstyle color, you can implement BackColor and ForeColor properties using the following code:

protected void WebInput1_Load(object sender, EventArgs e)
{
   WebInput1.Value = "Testing";
   WebInput1.TextBoxStyle.Normal.BackColor = System.Drawing.Color.Red;
   WebInput1.TextBoxStyle.Normal.ForeColor = System.Drawing.Color.Yellow;
}

In this case, WebInput's background will become red and the text inside the box will become yellow.

Hope this helps.

 

Thank you.

Posted: January 16, 2011 11:27 PM

Hello,

When you set ForeColor, it seems that there is no changes applied. By default, BackColor property takes effect to WebInput when you change the color. Therefore, it is better to use BackColor instead.

 

Thank you.

Posted: January 14, 2011 5:47 PM

Hello,

To set background color using Load Server-side event:

protected void WebInput1_Load(object sender, EventArgs e)
{
   WebInput1.BackColor = System.Drawing.Color.Red;
}

Hope this helps.

 

Thank you.

Posted: January 14, 2011 5:28 PM

Hello Kenny,

I will need to discuss with the developer team regarding DocType issue on WebEssentials product.

However, I didn't find any issue when using WebToolbar in a page that uses XHTML DocType. I believe most of our controls have supported XHTML DocType.

Hope this helps.

 

Thank you.

All times are GMT -5. The time now is 1:49 PM.
Previous Next