I have never read about v-ware before .Now i will read about this and see if it fullfill my requirements. Thanks for your help
anilaabc
Posts
-
Play Live FP TV -
Play Live FP TVhow do i add support to play LIve FP TV in my website....searched a lot but found no answer yet. I will be Thankfull for your help
-
want to avoid losing data of previous screeni want to retain data of previous screen as i move to next. so as onclicking previous button,i have not to reload data
-
fix gridview headeri want to fix headr of my gridview fix,i have searched many solutions but the problem is ,i need to get work in ie,firefox and opera.solutions are on the internet but i could not find a solution that work in three browsers. Thank you in advance
-
print a document clicking on its linkinfact i have tried the same link as you have reffered , but it print currnt document not the document that is referenced in link
-
print a document clicking on its linkhow can print a document just clicking on its link,I searched a lot on google but getting methods to print open document/currnt document
modified on Friday, December 18, 2009 2:24 AM
-
want to make setup without source codeI right clicked on my setupproject and click on project output option ,it opend a dialog project output group . it shows only content file option ,options like primary output etc are not there . plz help me how can i get these options
-
radiolist diappear on postbacki have set autogenerate property of gridview to true as i need to decide at runtime gridview columns ,I have added radiolist in one of the columns. problem is ,radiolist disappear on postback.
-
gridviewdisappear at postbackyes ,resolved thank you sir
-
gridviewdisappear at postbacki have set autogenerate=true of gridview ,i have a column in gridview having checkboxes ,when i check one of the checkbox , gridview disappear . I have bind my gridview in if(!ispostback) { } the datatype of column in datasource is TINYINT(1) that is converted to checkbox column.these checkbox were disabled ,i enabled these in rowdataboundevent of gridview to get user feed back
-
add columns in gridview at runtimeThank you ,I think autogenerate =true is the solution
-
add columns in gridview at runtimeplz help me, i need to do this urgent
-
add columns in gridview at runtimeI need to add a column having radio button list. how will this i add then
-
add columns in gridview at runtimeI need to add some links and radiobuttons in gridview columns at gridview row bound event ,that 's the reason i myself adding fields in gridview,not setting its autogenerate columns ot true
-
add columns in gridview at runtimeif i do like if(!ispostback) { gridview.datasource=datasource; } all the columns disappear,I have to reload/bind with datasource at postback. I m adding columns in grid like this private void AddColumns() { TemplateField bfield = new TemplateField(); try { HeaderText = GetGlobalResourceObject("ViewQuotations", col.ColumnName).ToString(); //Assigns the name of the column in the lable. } catch (Exception e) { HeaderText = col.ColumnName; } //Initalize the DataField value. bfield.HeaderTemplate = new GridViewTemplate(ListItemType.Header, col.ColumnName, HeaderText); //Initialize the HeaderText field value. bfield.ItemTemplate = new GridViewTemplate(ListItemType.Item, col.ColumnName); //Add the newly created bound field to the GridView. grdViewEqpCard.Columns.Add(bfield); }
-
add columns in gridview at runtimeI m adding columns in gridview at runtime ,but these get lost at postbask,I have to reload all at postback ,how should i add columns that it donot disappear at postback.
-
Connection closes on browsing the same site in two browsers on the same computerif it is poorly written then why it works fine in one browser
-
attachment encoding base64System.Net.Mail.MailMessage mm = new System.Net.Mail.MailMessage(); //string attach .attachment file name System.Web.Mail.MailAttachment attached = new System.Web.Mail.MailAttachment(attach,System.Web.Mail.MailEncoding.Base64); mm.Attachments.Add(attached); problem is that attachments.add method do not accept object of MailAttachment. .............................. if i use System.Net.Mail.Attachment attached = new Attachment(attach); mm.Attachments.Add(attached); this works fine ///////////////////////////////// I want to convert attachment to base64 encoding then how will i do if i use System.Net.Mail.Attachment
-
e.rowindex in gridviewi click on a linkbutton added in gridview in ist row .its e.rowindex should generate value 0 but it is 1 as gridview loaded first time what could be the reason. I checked this at different events GridViewDeleteEventArgs & GridViewCommandEventArgs.
-
list of connected cameras with systemreference u provide gives information of driver not device i need device name (i need all cammera names which are connceted with system) how it will possible?