.FileUpload { font-family:Verdana; font-size:10px; color:Black; background-color:White; } this is i use for fileupload.and in IE7 even without css its not showing browse button its very small
anujbanka1784
Posts
-
IE6 and IE7 problem.. -
IE6 and IE7 problem..how can i use two css for one control for diffrent IE
-
IE6 and IE7 problem..how can i do that...do u have any example and there is no any other way to solve this problem
-
IE6 and IE7 problemhello friends , i have a problem my sight working good in IE6 but its not working in IE7.in ie7 design is not right. specilly date time picker and fileupload control.some controls are on the controls..what may be the problem...?thnx in advance
-
IE6 and IE7 problem..hello friends , i have a problem my sight working good in IE6 but its not working in IE7.in ie7 design is not right. specilly date time picker and fileupload control.some controls are on the controls..what may be the problem...?thnx in advance
-
Back buttonwhere is function(evt) and if u want to go another page from this page does it go .
-
Back buttonu cant disable it wat u can delete cashe value to do it something like that in page load of that page { response.cache.setcacheabilty(httpcacheabilty.nocache); response.acche.setallowresponseinbrowserhistry(false);\ } but this is ok only for one page..
-
how to show data in horizontal form ......actually i m binding dat from database and i have three fields... in rep data also come like that.. wat i want in one row..
-
how to show data in horizontal form ......i am using this in my source <asp:DataList ID="DataList1" runat="server" RepeatColumns="4" RepeatDirection="Horizontal"> <ItemTemplate> <tr> <td> <asp:Image ID="Image1" ImageUrl='<%#"~/Images/EmpOM/"+Eval("TE_VC50_EmpImg") %>' runat="server" Width="132" Height="160"/> <tr> <td> <%# Eval("TE_VC50_EmpName")%> </td> </tr> <tr> <td> <%# Eval("TE_VC50_EmpDesignation")%> </td> </tr> </td> </tr> </ItemTemplate> </asp:DataList><br /> wat should i change
-
how to show data in horizontal form ......i have three fields .... i want something like this image image image image name name name name i m using datalist wat this showing like this image name image name .... .... which control suit for my requirement.....
-
calling javascript function written in separate js file to validate contentpage controls which inherits masterpagethey find id of these controls and u can find id of any control and in java script u can get id of any control like this function abc(ID,id) { return confirm('Are you sure you want to save the file '+ document.getElementById(ID).value + ' in process '+document.getElementById(id).value+ "." ); }
-
DateTimePicker Control....just search on google u can find many free datetime picker control..
-
calling javascript function written in separate js file to validate contentpage controls which inherits masterpagecall this function and simply add the id of some control.. like i have on button control ... btn_add.Attributes.Add("onclick", "return abc('" + fu_file.ClientID + "','"+ddl_sub.ClientID+"');"); i call a function which is on master page and pass two id of two controls.. and in fuction use this id and do watever u want to do.
-
Delete confirm() in gride viewprotected void grd_detail_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { e.Row.Cells[4].Attributes.Add("onClick", "return confirm('Are you sure you want to delete the record?');"); } } use this code in event row data bound of grid view
-
how to add confirmation check on add button click . [modified]how to add confirmation check on add button click and if user say ok then insert data in database ? in cofirmation i have to show data in my file upload control and drop down list for simple cofirmation i use but how to add these enteries in confirmation. btn_add.Attributes.Add("onClick", "javascript:return confirm('Are you sure you want to save the file')");
modified on Tuesday, March 10, 2009 7:41 AM
-
toolboxopen w a new website and go design view of the page..and then see ur toolbar may be this is the problem.
-
how to show excel file from data base which stored in binary form?give me some example pls
-
how to show excel file from data base which stored in binary form?how to show excel file from data base which stored in binary form.
-
how to save excel file in database?i want full file in database not only file name how can we do it.
-
file upload control show no file when using in update panal otherwise it working fine.i got yhe solution . we jusr have to add trrigers on button on which we r saving the data of file upload control.this will also help. http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspx