Posted on: 7/7/2015 12:07:53 AM | Views : 778

Hello Guys:
I have a custom control, when i'm trying to change their attributes the original value persist and i can't change this value... Besides, ASP .Net adds Style automatically to my control, what´'s should i do to avoid that .Net add this style?
Any suggestions? Thank's in advance
This is the code
Page when i set the ascx control
<%@ Page Language="C#" AutoEventWireup="false" CodeBehind="index.aspx.cs" Inherits="Sivai.index" %> <%@ Register Src="~/controles/MsgBox.ascx" TagPrefix="uc1" TagName="MsgBox" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel='shortcut icon' type='image/x-icon' href='favicon.ico' /> <title>Login : ...

Go to the complete details ...