Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

lavanya_satheesh

@lavanya_satheesh
About
Posts
39
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Infragestics using VB - Help Please!
    L lavanya_satheesh

    hi, thanks a lot. i searched the forum u speicified and got the answer. will send u macintosh choclates. thank you. regards, lavanya. :-D

    Visual Basic help tutorial question

  • Infragestics using VB - Help Please!
    L lavanya_satheesh

    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

    Visual Basic help tutorial question

  • InfoPath 2003
    L lavanya_satheesh

    Hi, 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

    C# help question

  • Infopath 2003
    L lavanya_satheesh

    Hi, 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

    Visual Basic help question

  • Infopath 2003
    L lavanya_satheesh

    I 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.

    Windows Forms help tutorial question

  • how can i validate multiple textbox
    L lavanya_satheesh

    Dont think it is possible. U need to use different validation controls for different text boxes.

    ASP.NET question sysadmin

  • ASP.NET and XML
    L lavanya_satheesh

    Hi 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:)

    ASP.NET database help csharp asp-net xml

  • event handlers that loads before page_load
    L lavanya_satheesh

    I think PreRender comes before UnLoad. Init comes before Load.

    ASP.NET help question

  • Can we pass parameters into trigerrs?
    L lavanya_satheesh

    Thank you. I solved the problem. :rose:

    Database database question announcement

  • Can we pass parameters into trigerrs?
    L lavanya_satheesh

    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:)

    Database database question announcement

  • Can we get a trigger of one table on another?
    L lavanya_satheesh

    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:

    Database database help question announcement

  • Reflection Help
    L lavanya_satheesh

    Thanks 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.

    C# help question

  • Reflection Help
    L lavanya_satheesh

    hi all, can anyone tell me where reflection finds its use in a real time system? thanks in advance, lavanya:rose:

    C# help question

  • Postback twice for a button click?
    L lavanya_satheesh

    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

    ASP.NET debugging csharp asp-net help tutorial

  • need help wit creating dynamic links
    L lavanya_satheesh

    a 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

    ASP.NET database help tutorial question

  • please help. it is urgent.
    L lavanya_satheesh

    hi, i need project ideas in asp.net. i need challenging asp.net project ideas. please help. love, lavanya.:rose:

    ASP.NET csharp asp-net help

  • Need different Asp.Net Project Titles. Please help
    L lavanya_satheesh

    hi, 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:

    ASP.NET csharp asp-net help

  • How can we use DataViewManager to bind data to a datagrid in asp.net?
    L lavanya_satheesh

    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

    ASP.NET csharp asp-net question

  • server.transfer vs response.redirect
    L lavanya_satheesh

    Please tell me the exact difference between server.transfer and response.redirect.

    ASP.NET visual-studio sysadmin

  • Can we bind datareader to textboxes?
    L lavanya_satheesh

    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?

    ASP.NET css tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups