hi, thanks a lot. i searched the forum u speicified and got the answer. will send u macintosh choclates. thank you. regards, lavanya. :-D
lavanya_satheesh
Posts
-
Infragestics using VB - Help Please! -
Infragestics using VB - Help Please!Hi, I am using Infragestics UltraWinTree on my application. The text that comes in the node should be word wrapped to two lines and then the text should be truncated. For example if the the text in the node is "abcdefghijklmnopqrstuvwxyz" the text should show as abcdefg hijk... is it possible? Thru code or thru designer properties? Thanks n Regards, Lavanya
-
InfoPath 2003Hi, I need to add a custom menu item to the file menu's export to option in infopath 2003 form. can any one help? Regards, Lavanya
-
Infopath 2003Hi, I need to add a custom menu item to the file menu's export to option in infopath 2003 form. can any one help? Regards, Lavanya
-
Infopath 2003I need to add a custom menu inside the file menu's export to option in Infopath 2003 forms. Can anyone help me out on how to do it? Thanks in advance, Lavanya.
-
how can i validate multiple textboxDont think it is possible. U need to use different validation controls for different text boxes.
-
ASP.NET and XMLHi all, I want a help from you. I have an XML file in which i have my database. I want to retrive one record from it based on condition. Like we query the database like "select * from TableName where Name='soandso'". But here my database itself is an XML file. Is it possible in anyway. I have tried navigation but i am stuck. Cant seem to go forward in this. Please help me as soon as possible. Regards, Lavanya:)
-
event handlers that loads before page_loadI think PreRender comes before UnLoad. Init comes before Load.
-
Can we pass parameters into trigerrs?Thank you. I solved the problem. :rose:
-
Can we pass parameters into trigerrs?I have written an update trigger. It is given below: CREATE TRIGGER Trg_OnUpdateJSComman ON [dbo].[JSComman] FOR UPDATE AS begin declare @uid bigint update JSCvs set LastUpdated=getdate() where (UID=@uid) end if any updates happen in the JSComman table this trigger will have to execute. but i need to pass the uid into the trigger for this to execute. is it possible to pass parameters into the trigger? Thanks in advance. Lavanya:)
-
Can we get a trigger of one table on another?I have got four tables. When update happens in any of the four tables a trigger should be fired. i have written it for one table. is there any way to get this same trigger for all the other tables also? Or should i write different triggers for all the tables. I am having difficutly in enabling the trigger for other tables using the enable trigger command. dont know if that is possible. Please help. Thanks in advance. Lavanya:rose:
-
Reflection HelpThanks guys. I am very new to this concept of reflection. and when i read abt it i was wondering how this could be used in real time apps. that is y i posted the msg. i got some idea now. thanks a lot.
-
Reflection Helphi all, can anyone tell me where reflection finds its use in a real time system? thanks in advance, lavanya:rose:
-
Postback twice for a button click?hi, i tried the same code out. i didnt get any probs as u mention. my code is here. Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Label1.Text = Val(Label1.Text) + 1 Label1.Text = (Int32.Parse(Label1.Text) + 1).ToString End Sub c there is no difference. but i am not having any probs. the out put is first 1 then 2 then 3 etc. i am not getting any result incremented by 2. c if u have all the property values correct. love, lavanya
-
need help wit creating dynamic linksa repeater will be a good choice for ur problem. datlist is used if u need to make changes to the data. since u just need some links to another page, it is always better to use repeater. love, lavanya
-
please help. it is urgent. -
Need different Asp.Net Project Titles. Please helphi, i need to submit several challenging project titles to my boss. the complex of the projects doesnt matter. need the title a basic descritpion of the project. it should be web project. can anyone help me out. i have already sumitted a big list. it seems he wants more complex ones. just help me guys. ok. thanks in advance, lavanya:rose:
-
How can we use DataViewManager to bind data to a datagrid in asp.net?i tried it old boy. its not working. for vb it is ok coz when we give datagrid.setdatabindings it is working. but for asp it is not working. i mean the datagrid.datasource is not binding it. love, lav
-
server.transfer vs response.redirectPlease tell me the exact difference between server.transfer and response.redirect.
-
Can we bind datareader to textboxes?I found out we could bind datareader to grid, dropdown list etc. but can we bind datareader to textboxes? if it is possible how to do it?